메소드 | 설명 | |
---|---|---|
Add ( ViewBase item, ViewDockStyle dock ) : void |
Append a view to the collection.
|
|
GetDock ( ViewBase child ) : ViewDockStyle |
Gets the dock setting for the provided child instance.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
SetDock ( ViewBase child, ViewDockStyle dock ) : void |
Sets the dock setting for the provided child instance.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewLayoutDocker ( ) : System |
Initialize a new instance of the ViewLayoutDocker class.
|
메소드 | 설명 | |
---|---|---|
CalculateDock ( ViewDockStyle ds, |
Find the actual docking to apply for the specified RightToLeft setting.
|
|
OrientateDock ( ViewDockStyle style ) : ViewDockStyle |
Update the incoming dock style to reflect our orientation.
|
|
UpdateFillerRect ( |
Allow the filler rectangle calculated by Layout to be modified before use.
|
|
UpdatePreferredSize ( |
Allow the preferred size calculated by GetPreferredSize to be modified before use.
|
메소드 | 설명 | |
---|---|---|
UpdateChildBorders ( ViewBase child, |
public Add ( ViewBase item, ViewDockStyle dock ) : void | ||
item | ViewBase | ViewBase reference. |
dock | ViewDockStyle | DockStyle setting. |
리턴 | void |
protected CalculateDock ( ViewDockStyle ds, |
||
ds | ViewDockStyle | Docking style. |
control | Control for which the setting is needed. | |
리턴 | ViewDockStyle |
public GetDock ( ViewBase child ) : ViewDockStyle | ||
child | ViewBase | Child view element. |
리턴 | ViewDockStyle |
public GetPreferredSize ( |
||
context | Layout context. | |
리턴 |
public Layout ( |
||
context | Layout context. | |
리턴 | void |
protected OrientateDock ( ViewDockStyle style ) : ViewDockStyle | ||
style | ViewDockStyle | Incoming dock style. |
리턴 | ViewDockStyle |
public SetDock ( ViewBase child, ViewDockStyle dock ) : void | ||
child | ViewBase | Child view element. |
dock | ViewDockStyle | ViewDockStyle setting. |
리턴 | void |
protected UpdateFillerRect ( |
||
fillerRect | Original filler rectangle. | |
control | Owning control instance. | |
리턴 |
protected UpdatePreferredSize ( |
||
preferredSize | Original preferred size value. | |
리턴 |