Property | Type | Description | |
---|---|---|---|
ApplyPadding | |||
CalculateAlignedOffset | int | ||
MoveDirection | void | ||
OffsetForChildRect | Point | ||
OnAnimationTick | void |
Method | Description | |
---|---|---|
BringIntoView ( |
Move viewport to display the requested part of area.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
MoveNext ( ) : void |
Move the viewport to show the next part of area.
|
|
MovePrevious ( ) : void |
Move the viewport to show the previous part of area.
|
|
Render ( |
Perform a render of the elements.
|
|
SetMetrics ( IPaletteMetric paletteMetric ) : void |
Updates the metrics source and metric to use.
|
|
SetMetrics ( IPaletteMetric paletteMetric, PaletteMetricPadding metricPadding, PaletteMetricInt metricOvers ) : void |
Updates the metrics source and metric to use.
|
|
SetOffsetH ( int offset ) : void |
Update the horizontal scrolling offset.
|
|
SetOffsetV ( int offset ) : void |
Update the vertical scrolling offset.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewLayoutViewport ( IPaletteMetric paletteMetrics, PaletteMetricPadding metricPadding, PaletteMetricInt metricOvers, VisualOrientation orientation, RelativePositionAlign alignment, bool animateChange ) : System |
Initialize a new instance of the ViewLayoutViewport class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ApplyPadding ( |
||
CalculateAlignedOffset ( RelativePositionAlign alignment, int posRect, int posRectLength, int offset, int extent, int limit ) : int | ||
MoveDirection ( bool next ) : void | ||
OffsetForChildRect ( |
||
OnAnimationTick ( object sender, |
public BringIntoView ( |
||
rect | Rectangle to display. | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public Render ( |
||
context | Rendering context. | |
return | void |
public SetMetrics ( IPaletteMetric paletteMetric ) : void | ||
paletteMetric | IPaletteMetric | Source for aquiring metrics. |
return | void |
public SetMetrics ( IPaletteMetric paletteMetric, PaletteMetricPadding metricPadding, PaletteMetricInt metricOvers ) : void | ||
paletteMetric | IPaletteMetric | Source for aquiring metrics. |
metricPadding | PaletteMetricPadding | Actual padding metric to use. |
metricOvers | PaletteMetricInt | Actual overs metric to use. |
return | void |
public SetOffsetH ( int offset ) : void | ||
offset | int | New offset to use. |
return | void |
public SetOffsetV ( int offset ) : void | ||
offset | int | New offset to use. |
return | void |
public ViewLayoutViewport ( IPaletteMetric paletteMetrics, PaletteMetricPadding metricPadding, PaletteMetricInt metricOvers, VisualOrientation orientation, RelativePositionAlign alignment, bool animateChange ) : System | ||
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. |
return | System |