MindFusion WinForms Programmer's Guide
Repeater Members
Constructors Properties Methods Events
 


Repeats controls of specified class in a scrollable range.

The following tables list the members exposed by the Repeater type.

 Public Constructors

  Name Description

Repeater

Initializes a new instance of the Repeater class.

 Public Properties

  Name Description

HorizontalItemAlignment

Gets or sets the horizontal alignment of child controls.

HScrollBar

Gets the horizontal scrollbar.

ItemsSource

Gets or sets an object that generates the content of the Repeater.

NavigationBar

Gets or sets a control to display in lower left corner of the repeater.

ScrollX

Gets or sets the horizontal scroll position.

ScrollY

Gets or sets the vertical scroll position.

Spacing

Gets or sets the distance between child controls' edges.

TitleBar

Gets or sets a control to display between the NavigationBar and horizontal scrollbar.

VisibleControls

Returns the currently vsible child controls.

VScrollBar

Gets the vertical scrollbar.

 Public Methods

  Name Description

FirstVisibleControl

Returns the index of first visible item.

Reset

Resets the repeater and recreates controls for all visible items.

ScrollTo

Scrolls to specified item in the repeater.

 Protected Methods

  Name Description

OnPaddingChanged

Control.OnPaddingChanged override.

OnResize

Control.OnResize override.

OnScroll

Raises the Scroll event.

 Public Events

  Name Description

Scroll

Raised when the user scrolls the control.

 See Also

Repeater Class
MindFusion.Common.WinForms Namespace