C1.Silverlight Namespace / C1TileListBoxPanel Class
Properties Methods Events


C1TileListBoxPanel Class Members

The following tables list the members exposed by C1TileListBoxPanel.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public PropertyGets the actual zoom. (Inherited from C1.Silverlight.C1ListViewerPanel)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.Controls.Panel)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.Controls.Panel)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.DependencyObject)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.Controls.Panel)
Public Property (Inherited from System.Windows.Controls.VirtualizingPanel)
Public PropertyGets or sets the height of each item. (Inherited from C1.Silverlight.C1ListViewerPanel)
Public PropertyGets or sets the width of each item. (Inherited from C1.Silverlight.C1ListViewerPanel)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.UIElement)
Public PropertyGets or sets the orientation in which the list is displayed. (Inherited from C1.Silverlight.C1ListViewerPanel)
Public PropertyGets the items control which is parent of this panel. (Inherited from C1.Silverlight.C1ListViewerPanel)
Public PropertyGets the padding of the list of items. (Inherited from C1.Silverlight.C1ListViewerPanel)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public Property (Inherited from System.Windows.UIElement)
Public Property (Inherited from System.Windows.FrameworkElement)
Public PropertyGets 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 C1.Silverlight.C1ListViewerPanel)
Public PropertyGets a coeficient which will determine in each layout pass the size of the viewport to render items in preview mode. (Inherited from C1.Silverlight.C1ListViewerPanel)
Public Property (Inherited from System.Windows.UIElement)
Public PropertyGets the number of visible columns or rows depending on the System.Windows.Controls.Orientation.  
Public Property (Inherited from System.Windows.FrameworkElement)
Public PropertyGets or sets the zoom applied in this panel. (Inherited from C1.Silverlight.C1ListViewerPanel)
Top
Protected Properties
 NameDescription
Protected PropertyGets the items container generator for this panel. (Inherited from C1.Silverlight.C1ListViewerPanel)
Protected PropertyGets the size used to measure the items in the MeasureOverride method call. (Inherited from C1.Silverlight.C1ListViewerPanel)
Protected PropertyGets the scroll viewer associated with this panel. (Inherited from C1.Silverlight.C1ListViewerPanel)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.FrameworkElement)
Public MethodOverridden. Gets the item index at the specified position.  
Public MethodOverridden. Gets the estimated position of an item in this panel.  
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.DependencyObject)
Public MethodRefreshes this instance by removing all the children and creating them again. (Inherited from C1.Silverlight.C1ListViewerPanel)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.Windows.Controls.VirtualizingPanel)
Protected MethodOverridden. Called after an item is measured in order to update scrolling structures.  
Protected MethodCalled after the item was prepared to be shown in the panel. (Inherited from C1.Silverlight.C1ListViewerPanel)
Protected MethodOverridden. Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.  
Protected MethodCalled before the item is recycled. (Inherited from C1.Silverlight.C1ListViewerPanel)
Protected Method (Inherited from System.Windows.Controls.VirtualizingPanel)
Protected MethodOverridden. Calculates the extent size which determine the size of the panel.  
Protected MethodOverridden.   
Protected Method (Inherited from System.Windows.Controls.VirtualizingPanel)
Protected Method (Inherited from C1.Silverlight.C1ListViewerPanel)
Protected MethodOverridden. Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.  
Protected MethodGets true when the viewport is close to the bottom. (Inherited from C1.Silverlight.C1ListViewerPanel)
Protected MethodCalled when the collection of child elements is cleared by the base System.Windows.Controls.Panel class. (Inherited from C1.Silverlight.C1ListViewerPanel)
Protected Method (Inherited from System.Windows.UIElement)
Protected MethodCalled when the System.Windows.Controls.ItemsControl.Items collection that is associated with the System.Windows.Controls.ItemsControl for this System.Windows.Controls.Panel changes. (Inherited from C1.Silverlight.C1ListViewerPanel)
Protected MethodRaises the property changed event. (Inherited from C1.Silverlight.C1ListViewerPanel)
Protected Method (Inherited from System.Windows.Controls.VirtualizingPanel)
Top
Public Events
 NameDescription
Public Event (Inherited from System.Windows.FrameworkElement)
Public Event (Inherited from System.Windows.FrameworkElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.FrameworkElement)
Public Event (Inherited from System.Windows.FrameworkElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public EventOccurs when a property value changes. (Inherited from C1.Silverlight.C1ListViewerPanel)
Public Event (Inherited from System.Windows.FrameworkElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.UIElement)
Public Event (Inherited from System.Windows.FrameworkElement)
Top
See Also