AutoLayout by Examples - Part 3 - Dialog 6
Dialog 6: Resizable dialog containing two vertically splitter-separated lists
Project Name: StackedListsHorizontalSplitter.csproj. Download source.
Characteristics:
- Lists’ widths resize with dialog
- Lists’ heights are controlled by a splitter
Screen Shots:
Designer Layout:
Document Outline:
Key Notes:
- Notice the nested TableLayoutPanels inside the “overarching” panel – one (topListLayoutPanel) inside the top panel of the split container and another (bottomListLayoutPanel) inside the bottom panel of the split container
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included
script samples are subject to the terms specified at https://www.microsoft.com/info/cpyright.htm
Comments
- Anonymous
March 07, 2006
Samples
A companion of this document is the actual source code of a Visual Studio solution (AutoLayoutByExamples.sln)... - Anonymous
March 07, 2006
Тан из Нью-Йорка показывает на примерах, как используются таблицы для расположен - Anonymous
March 07, 2006
Excellent series of samples! Very good example for learning. Thank you, Tan.