The C1TileListBoxPanel type exposes the following members.

Constructors

  Name Description
Public method C1TileListBoxPanel

Methods

  Name Description
Protected method AfterItemMeasure
Called after an item is measured in order to update scrolling structures.
(Overrides C1ListBoxPanel..::..AfterItemMeasure(Int32, Size).)
Protected method AfterItemPrepared
Called after the item was prepared to be shown in the panel.
(Inherited from C1ListBoxPanel.)
Protected method ArrangeOverride
Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.
(Overrides C1ListBoxPanel..::..ArrangeOverride(Size).)
Protected method BeforeItemRecycled
Called before the item is recycled.
(Inherited from C1ListBoxPanel.)
Protected method CalculateExtentSize
Calculates the extent size which determine the size of the panel.
(Overrides C1ListBoxPanel..::..CalculateExtentSize()()()().)
Protected method ConvertFromLayoutCoordinates(Double)
Converts a length from layout coordinates to render coordinates in order to implement zoom panel easily.
(Inherited from C1ListBoxPanel.)
Protected method ConvertFromLayoutCoordinates(Point)
Converts a point from layout coordinates to render coordinates.
(Inherited from C1ListBoxPanel.)
Protected method ConvertFromLayoutCoordinates(Rect)
Converts a rectangle from layout coordinates to render coordinates.
(Inherited from C1ListBoxPanel.)
Protected method ConvertFromLayoutCoordinates(Size)
Converts a size from layout coordinates to render coordinates.
(Inherited from C1ListBoxPanel.)
Protected method ConvertToLayoutCoordinates(Double)
Converts a length from render coordinates to layout coordinates in order to implement zoom panel easily.
(Inherited from C1ListBoxPanel.)
Protected method ConvertToLayoutCoordinates(Point)
Converts a point from render coordinates to layout coordinates.
(Inherited from C1ListBoxPanel.)
Protected method ConvertToLayoutCoordinates(Rect)
Converts a rectangle from render coordinates to layout coordinates.
(Inherited from C1ListBoxPanel.)
Protected method ConvertToLayoutCoordinates(Size)
Converts a size from render coordinates to layout coordinates.
(Inherited from C1ListBoxPanel.)
Public method GetIndexAt
Gets the item index at the specified position.
(Overrides C1ListBoxPanel..::..GetIndexAt(Point).)
Public method GetItemPosition
Gets the estimated position of an item in this panel.
(Inherited from C1ListBoxPanel.)
Protected method MeasureOverride
Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.
(Overrides C1ListBoxPanel..::..MeasureOverride(Size).)
Protected method OnClearChildren
Called when the collection of child elements is cleared by the base Panel class.
(Inherited from C1ListBoxPanel.)
Protected method OnItemsChanged
Called when the Items collection that is associated with the ItemsControl for this Panel changes.
(Inherited from C1ListBoxPanel.)
Protected method RaisePropertyChanged
Raises the property changed event.
(Inherited from C1ListBoxPanel.)
Public method Refresh
Refreshes this instance by removing all the children and creating them again.
(Inherited from C1ListBoxPanel.)

Properties

  Name Description
Public property ActualZoom
Gets the actual zoom.
(Inherited from C1ListBoxPanel.)
Protected property GeneratorForPanel
Gets the items container generator for this panel.
(Inherited from C1ListBoxPanel.)
Public property ItemHeight
Gets or sets the height of each item.
(Inherited from C1ListBoxPanel.)
Public property ItemWidth
Gets or sets the width of each item.
(Inherited from C1ListBoxPanel.)
Protected property MeasureSize
Gets the size used to measure the items in the MeasureOverride method call.
(Inherited from C1ListBoxPanel.)
Public property Orientation
Gets or sets the orientation in which the list is displayed.
(Inherited from C1ListBoxPanel.)
Public property Owner
Gets the items control which is parent of this panel.
(Inherited from C1ListBoxPanel.)
Public property Padding
Gets the padding of the list of items.
(Inherited from C1ListBoxPanel.)
Protected property ScrollViewer
Gets the scroll viewer associated with this panel.
(Inherited from C1ListBoxPanel.)
Public property ViewportGap
Gets a coeficient which will determine in each layout pass the size of the viewport. If zero is specified the size of the viewport will be equal to the scrollviewer viewport. If 0.5 is specified the size of the viewport will be enlarged to take up half screen more at both sides of the original viewport.
(Inherited from C1ListBoxPanel.)
Public property ViewportPreviewGap
Gets a coeficient which will determine in each layout pass the size of the viewport to render items in preview mode.
(Inherited from C1ListBoxPanel.)
Public property VisibleColumnsCount
Gets the number of visible columns or rows depending on the Orientation.
Public property Zoom
Gets or sets the zoom applied in this panel.
(Inherited from C1ListBoxPanel.)

Events

  Name Description
Public event PropertyChanged
Occurs when a property value changes.
(Inherited from C1ListBoxPanel.)

See Also