[]
Virtualizing panel which render the items in columns depending on the size of the items.
public class C1TileListBoxPanel : C1ListViewerPanel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, INotifyPropertyChanged
Name | Description |
---|---|
C1TileListBoxPanel() |
Name | Description |
---|---|
VisibleColumnsCount | Gets the number of visible columns or rows depending on the Orientation. |
Name | Description |
---|---|
AfterItemMeasure(int, FrameworkElement) | Called after an item is measured in order to update scrolling structures. |
ArrangeOverride(Size) | Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior. |
CalculateExtentSize() | Calculates the extent size which determine the size of the panel. |
GetIndexAt(Point) | Gets the item index at the specified position. |
GetItemPosition(int) | Gets the estimated position of an item in this panel. |
GetItemsCountInViewport() | Gets the number of items in viewport. |
MeasureOverride(Size) | Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior. |