Welcome to MSDN Blogs Sign in | Join | Help

March 2006 - Posts

AutoLayout by Examples - Part 4 - Shrink

Shrink: Mockup of a popular DVD Compression Program Project Name : Shrink.csproj. Download source . Characteristics : Multiple-level nested TableLayoutPanel Nested SplitterPanels Menu and toolbar Screen Shots : Dialog Designer Layout : Dialog Document
Posted by PermanentTan | 1 Comments

AutoLayout by Examples - Part 4 - XP Calculator

XP Calculator: Mockup of the XP Calculator Project Name : Calculator.csproj. Download source . Characteristics : Many rows and columns in a single TableLayoutPanel Screen Shots : Dialog Designer Layout : Dialog Document Outline : This posting is provided
Posted by PermanentTan | 1 Comments

AutoLayout by Examples - Part 3 - Dialog 8

Dialog 8: Custom control inside a dialog Project Name : Channel.csproj. Download source . Characteristics : Multi-channel custom control Overlapping containers Screen Shots : Dialog Designer Layout : Dialog Document Outline : Custom Control Designer Layout
Posted by PermanentTan | 2 Comments

AutoLayout by Examples - Part 3 - Dialog 7

Dialog 7: Dialog containing two splitter-separated side-by-side lists Project Name : SideBySideListsVerticalSplitter.csproj. Download source . Characteristics : Two side-by-side lists separated by a splitter Fully collapsible left panel (i.e. the tree
Posted by PermanentTan | 1 Comments

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
Posted by PermanentTan | 3 Comments

AutoLayout by Examples - Part 3 - Dialog 5

Dialog 5: Resizable dialog containing two equaled-size vertically stacked lists Project Name : StackedLists50PercentSplit.csproj. Download source . Characteristics : Resizable dialog contains two vertically stacked lists Each list has an equaled split
Posted by PermanentTan | 2 Comments

AutoLayout by Examples - Part 3 - Dialog 4

Dialog 4: Horizontally resizable dialog with growing/shrinking label Project Name : AutoSizedLabelFixedHeightDialog.csproj. Download source . Characteristics : Fixed height dialog with resizable width Auto-size label which grows and shrinks Screen Shots
Posted by PermanentTan | 2 Comments

AutoLayout by Examples - Part 3 - Dialog 3

Dialog 3: Fixed-sized dialog containing GroupBoxes Project Name : GroupboxesFixedDialog.csproj. Download source . Characteristics : Fixed-sized dialog containing GroupBoxes which in turn contains checkboxes and radio buttons Screen Shots : Designer Layout
Posted by PermanentTan | 2 Comments

AutoLayout by Examples - Part 3 - Dialog 2

Dialog 2: Horizontally resizable dialog with textboxes Project Name : TextBoxesFixedHeightDialog.csproj. Download source . Characteristics : Fixed height dialog with resizable width Screen Shots : Designer Layout : Document Outline : Key Notes : The height
Posted by PermanentTan | 2 Comments

AutoLayout by Examples - Part 3 - Dialog 1

Dialog 1: Resizable dialog containing auto-sized label and list Project Name : SingleListGrowShrink.csproj. Download source . Characteristics : Dialog width and height resizable Multi-line text label which grows and shrinks in height Screen Shots : Designer
Posted by PermanentTan | 2 Comments

AutoLayout by Examples - Part 2

Samples A companion of this document is the actual source code of a Visual Studio solution (AutoLayoutByExamples.sln) that contains all sample projects and the driver program MainMenu. Download source . It is highly recommended that the reader experiments
Posted by PermanentTan | 1 Comments

AutoLayout by Examples - Part 1

AutoLayout by Examples Author: Tan Phan Contributors: Chad Boles , Jason Prickett History: Date Author Comments 2/10/2006 Tan Phan Creation. Many of the tricks and tips shown in this document come from Chad and Jason. Motivations To provide many examples
Posted by PermanentTan | 2 Comments

AutoLayout by Examples

Auto-laying out dialogs using the WinForms TableLayoutPanel control is brand-new in Visual Studio 2005. This is the first of a series of postings that will show different examples of auto-layout dialogs using Visual Studio 2005. Attached is a zip file
 
Page view tracker