Updating layout of dialog with Splitter?
-
Hi, I have a window in C# with windows.forms that uses a Splitter. I have two controls, one left and one right, with the Splitter in between. Now, when I resize the window the controls aren't 'updated': all I get is some empty dialog space between the bottom of the controls and the bottom of the window. When I then resize the Splitter a bit, all controls are updated. Is there a way to do this updating when I'm resizing the window? Thanks. cheers, roel
-
Hi, I have a window in C# with windows.forms that uses a Splitter. I have two controls, one left and one right, with the Splitter in between. Now, when I resize the window the controls aren't 'updated': all I get is some empty dialog space between the bottom of the controls and the bottom of the window. When I then resize the Splitter a bit, all controls are updated. Is there a way to do this updating when I'm resizing the window? Thanks. cheers, roel
I've found the splitter to work best with docked controls.