Resizing child frame with nested csplitterwnd
-
Hi everybody: i have a child frame with four splitters and five views, when i resize the child frame (decreasing for example) only the size of the first view decreases until it becomes zero, so the second view`s size starts to decrease, and so one i want to make all the views shrinks equally when resizing the child frame any help is appreciated thanks alot
-
Hi everybody: i have a child frame with four splitters and five views, when i resize the child frame (decreasing for example) only the size of the first view decreases until it becomes zero, so the second view`s size starts to decrease, and so one i want to make all the views shrinks equally when resizing the child frame any help is appreciated thanks alot
-
WM_SIZE
"What classes are you using ? You shouldn't call stuff if you have no idea what it does"
Christian Graus in the C# forumled mike
i know it must go in the onsize handler in the child but i want to know how to do it?
-
i know it must go in the onsize handler in the child but i want to know how to do it?
Tarek Jabri wrote:
i want to make all the views shrinks equally
Tarek Jabri wrote:
but i want to know how to do it?
I don't understand what the problem is? As the parent window size changes you have to calculate what "equal" is and then adjust the components (views, splitters, whatever) that are required, right?
"What classes are you using ? You shouldn't call stuff if you have no idea what it does"
Christian Graus in the C# forumled mike