Method | Description | |
---|---|---|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
MakeParent ( |
Reparent the provided control as a child of ourself.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewFromPoint ( Point pt ) : ViewBase |
Find the view that contains the specified point.
|
|
ViewLayoutControl ( |
Initialize a new instance of the ViewLayoutControl class.
|
|
ViewLayoutControl ( |
Initialize a new instance of the ViewLayoutControl class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
Method | Description | |
---|---|---|
UpdateParent ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Called from Dispose method. |
return | void |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public MakeParent ( |
||
c | Control to reparent. | |
return | void |
public ViewFromPoint ( Point pt ) : ViewBase | ||
pt | Point | Point in view coordinates. |
return | ViewBase |
public ViewLayoutControl ( |
||
viewControl | View control to use as child. | |
rootControl | Top level visual control. | |
viewChild | ViewBase | View used to size and position the child control. |
return | System |
public ViewLayoutControl ( |
||
rootControl | Top level visual control. | |
viewChild | ViewBase | View used to size and position the child control. |
return | System |