Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » Add Ctrls to ArrayCtrl
Re: Add Ctrls to ArrayCtrl [message #20146 is a reply to message #20069] Sat, 21 February 2009 21:50 Go to previous message
MatthiasG is currently offline  MatthiasG
Messages: 27
Registered: January 2008
Location: Germany
Promising Member
Hello, an thank you for your answer.

I came up with the following in my main class:

	
void ChildMouseEvent (Ctrl *child, int event, Point p, int zdelta, dword keyflags) {
    if (event == MOUSEWHEEL && array.HasChildDeep(child) == true) {
        array.MouseWheel(p, zdelta, keyflags);			
    }
}


seems to work so far...

greetings,
Matthias
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: AcceptRow broken when SetCtrl is used
Next Topic: Assertion in GridCtrl on Linux
Goto Forum:
  


Current Time: Thu Aug 28 11:25:52 CEST 2025

Total time taken to generate the page: 0.07322 seconds