hello, how would i setup my controls for the following situation.
i have a parent-container for example a GroupBox.
inside this parent-container i have two similar controls like for example ListBoxes, next to each other. they both have the same size, so the border between the two of them is exactly in the middle of the groupBox.
now when the GroupBox is resized, i want to ListBoxes to also be resized, but the two should always be at the same size than the other one. So also the border between the two of them stays in the middle of the GroupBox.
(i hope this is understandable)
so, how would i set up the properties for these three controls to achieve my desired behaviours?
thanks!