The C1TileView type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1TileView |
Initializes a new instance of a C1TileView.
|
Methods
| Name | Description | |
|---|---|---|
|
|
OnApplyTemplate |
Builds the visual tree for the C1TileView control when a new template is applied.
(Overrides FrameworkElementOnApplyTemplate()()()().) |
Fields
Properties
| Name | Description | |
|---|---|---|
|
|
AnimationDuration |
Gets or sets the time that item reordering takes.
|
|
|
AnimationEasingFunction |
Gets or sets how to soften the reordering movement.
|
|
|
ButtonBackground |
Gets or sets the Brush that will be assigned to the Background of the buttons inside the control.
|
|
|
ButtonForeground |
Gets or sets the Brush that will be assigned to the Foreground of the buttons inside the control.
|
|
|
CanUserReorder |
Gets or sets whether the user is allowed to drag and drop and reorder C1TileViewItems from this control.
|
|
|
Columns |
Gets or sets the number of columns the C1TileViewItems are laid in. If the value is zero, the minimum number that doesn't require scrolling is used. If both Columns and Rows are zero, the items are laid in a square.
|
|
|
FocusBrush |
Gets or sets the Brush used to highlight the focused control.
|
|
|
HeaderBackground |
Gets or sets the Brush used as background of the header of the contained C1TileViewItems.
|
|
|
HeaderForeground |
Gets or sets the Brush used as foreground of the header of the contained C1TileViewItems.
|
|
|
ItemBackground |
Gets or sets the Brush used as background of the contained C1TileViewItems.
|
|
|
ItemForeground |
Gets or sets the Brush used as foreground of the contained C1TileViewItems.
|
|
|
ItemTemplateHeader |
Gets or sets the DataTemplate used as title for the items.
|
|
|
ItemTemplateMaximized |
Gets or sets the DataTemplate used for items in the Maximized()()()() state.
|
|
|
ItemTemplateMinimized |
Gets or sets the DataTemplate used for items in the Minimized()()()() state.
|
|
|
MaximizedIndex |
Gets or sets the index in the [P:Items] collection of the selected item.
|
|
|
MaximizedItem |
Gets or sets the member of the [P:Items] collection currently highlighted.
|
|
|
MinimizedItemsPosition |
Gets or sets where to place the strip with the minimized items. The ScrollBar is at the right or bottom of the strip.
|
|
|
MouseOverBrush |
Gets or sets the Brush used to highlight the control when it has the mouse over.
|
|
|
PressedBrush |
Gets or sets the Brush used to paint a button when it is pressed.
|
|
|
Rows |
Gets or sets the number of rows the C1TileViewItems are laid in. If the value is zero, the minimum number that doesn't require scrolling is used. If both Columns and Rows are zero, the items are laid in a square.
|
|
|
ScrollBarStyle |
Gets or sets the style used for the inner scrollbar.
|
|
|
ScrollBarVisibility |
Gets or sets whether the scrollbar should be visible.
|
|
|
UpdateSourceCollection |
Gets or sets whether changes in the order of the items are written to Items or ItemsSource.
|
Events
| Name | Description | |
|---|---|---|
|
|
MaximizedIndexChanged |
Event raised when the [P:MaximizedIndex] property has changed.
|
|
|
MaximizedItemChanged |
Event raised when the [P:MaximizedItem] property has changed.
|