TileListPanel
A panel to be used as ItemsPanel within RadTileList.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class TileListPanel : VirtualizingPanel, IScrollInfo, IScrollingServiceCore, IScrollingInfo
Inheritance: objectTileListPanel
Implements:
Constructors
Initializes a new instance of the TileListPanel class.
public TileListPanel()
Fields
PaddingProperty
DependencyProperty
Represents the padding dependency property.
public static readonly DependencyProperty PaddingProperty
Properties
public bool CanHorizontallyScroll { get; set; }
public bool CanVerticallyScroll { get; set; }
Gets the height of the extent.
public double ExtentHeight { get; }
The height of the extent.
Implements:
Gets the width of the extent.
public double ExtentWidth { get; }
The width of the extent.
Implements:
Gets the horizontal offset.
public double HorizontalOffset { get; }
The horizontal offset.
Implements:
Padding
Thickness
Gets or setts the padding.
public Thickness Padding { get; set; }
ScrollOwner
ScrollViewer
public ScrollViewer ScrollOwner { get; set; }
Gets the vertical offset.
public double VerticalOffset { get; }
The vertical offset.
Implements:
Gets the height of the viewport.
public double ViewportHeight { get; }
The height of the viewport.
Implements:
Gets the width of the viewport.
public double ViewportWidth { get; }
The width of the viewport.
Implements:
Methods
protected override Size ArrangeOverride(Size finalSize)
Size
public void LineDown()
public void LineLeft()
public void LineRight()
public void LineUp()
public Rect MakeVisible(Visual visual, Rect rectangle)
Rect
protected override Size MeasureOverride(Size availableSize)
Size
public void MouseWheelDown()
public void MouseWheelLeft()
public void MouseWheelRight()
public void MouseWheelUp()
When items are removed, remove the corresponding UI if necessary.
protected override void OnItemsChanged(object sender, ItemsChangedEventArgs args)
public void PageDown()
public void PageLeft()
public void PageRight()
public void PageUp()