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