Method | Description | |
---|---|---|
BringIntoView ( |
Move viewport to display the requested part of area.
|
|
Layout ( |
Perform a layout of the elements.
|
|
MakeParent ( |
Make the provided control parented to ourself.
|
|
RevertParent ( |
Revert the provided control back to a different control.
|
|
SetPalettes ( |
Update the palettes being used by the view.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewLayoutScrollViewport ( |
Initialize a new instance of the ViewLayoutScrollViewport class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
|
DockerLayout ( |
Ask the base docker element to perform a layout.
|
|
NeedPaint ( bool needLayout ) : void |
Requests a paint and optional layout of the control.
|
Method | Description | |
---|---|---|
OnAnimateStep ( object sender, |
||
OnScrollHChanged ( object sender, |
||
OnScrollVChanged ( object sender, |
||
ViewportOrientation ( bool vertical ) : VisualOrientation |
public BringIntoView ( |
||
rect | Rectangle to display. | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Called from Dispose method. |
return | void |
protected DockerLayout ( |
||
context | ||
return | void |
public Layout ( |
||
context | Layout context. | |
return | void |
public MakeParent ( |
||
c | Control to reparent. | |
return | void |
protected NeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Is a layout required. |
return | void |
public RevertParent ( |
||
newParent | Control to become parent. | |
c | Control to reparent. | |
return | void |
public SetPalettes ( |
||
borderEdge | Palette for the border edge. | |
return | void |
public ViewLayoutScrollViewport ( |
||
rootControl | Top level visual control. | |
viewportFiller | ViewBase | View element to place inside viewport. |
paletteBorderEdge | Palette for use with the border edge. | |
paletteMetrics | IPaletteMetric | Palette source for metrics. |
metricPadding | PaletteMetricPadding | Metric used to get view padding. |
metricOvers | PaletteMetricInt | Metric used to get overposition. |
orientation | VisualOrientation | Orientation for the viewport children. |
alignment | RelativePositionAlign | Alignment of the children within the viewport. |
animateChange | bool | Animate changes in the viewport. |
vertical | bool | Is the viewport vertical. |
needPaintDelegate | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |