kevinle10@gmail.com wrote on Sun, 09 April 2006 12:13
Mirek,
I need a way to group controls in my dialog into two groups and split the two groups using a Splitter control. It makes sense to use the LabelBox to group, but as I mentioned in my previous post, the LabelBox seems to "eat" the events to their children.
Therefore, I just experimented using the ParentCtrl instead of the LabelBox. Works fine . The problem is the lack of visual aspects for the users. They can't tell the groups easily and they cannot see there's a splitter bewteen the two groups. Can you please help me with a work-around. Thanks
I see. Well, have you tried "NoIgnoreMouse" for LabelBox? That should fix the problem.
Alternative is to keep ParentCtrl and place both LabelBox and ArrayCtrl (and button) on it as siblings.