dotnetmonitor.com

 
Index
Previous
Next

 

This lists contains all the "reasons" for layout we pass to the LayoutEventArgs. Usually the strings correspond to the properties.

 


Alignment

Anchor

AutoScroll

AutoSize

Appearance

AutoEllipsis

BorderStyle

CellBorderStyle

Bounds

CheckAlign

ChildIndex

ColumnHeadersHeight

ColumnHeadersVisible

Columns

ColumnSpan

ColumnStyles

Controls

Dock

DisplayRectangle

DisplayStyle

DrawMode

DropDownButtonWidth

FlatAppearanceBorderSize

FlatStyle

FlowBreak

FlowDirection

Font

GripStyle

GrowStyle

Image

ImageIndex

ImageScaling

ImageScalingSize

ImageKey

ImageAlign

Items

LayoutSettings

LinkArea

Links

LayoutStyle

Location

Margin

MaximumSize

MinimumSize

Multiline

Orientation

PreferredSize

Padding

Parent

RightToLeft

RightToLeftLayout

RowHeadersVisible

RowHeadersWidth

Rows

RowSpan

RowStyles

Renderer

ScrollBars

Size

ShowDropDownArrow

ShowImageMargin

ShowCheckMargin

Spring

Style

TableIndex

Text

TextAlign

TextImageRelation

UseCompatibleTextRendering

Visible

WordWrap

WrapContents


 

Additionally, anything that plays with the Control collection. These include but are not limited to

 

control.Controls.Add(..)

control.Controls.Clear()

control.Controls.Remove and RemoveAt

control.BringToFront()

control.SendToBack()

control.Controls.SetChildIndex

control.Parent

Terms
Docking Anchor Layout
What happens when I have Dock and Anchors that conflict?
Dock Scenarios
Padding Margin
You have a perf problem with Layout - how to diagnose?