TileListGroupPanel
Class
A panel to be used as ItemsPanel within RadTileList when it is grouped.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class TileListGroupPanel : VirtualizingPanel, IScrollInfo, IScrollingServiceCore, IScrollingInfo
Inheritance: objectTileListGroupPanel
Implements:
Constructors
Initializes a new instance of the TileListGroupPanel class.
C#
public TileListGroupPanel()
Properties
C#
public bool CanHorizontallyScroll { get; set; }
C#
public bool CanVerticallyScroll { get; set; }
Gets the height of the extent.
C#
public double ExtentHeight { get; }
The height of the extent.
Implements:
Gets the width of the extent.
C#
public double ExtentWidth { get; }
The width of the extent.
Implements:
Gets the horizontal offset.
C#
public double HorizontalOffset { get; }
The horizontal offset.
Implements:
ScrollOwner
ScrollViewer
C#
public ScrollViewer ScrollOwner { get; set; }
Gets the vertical offset.
C#
public double VerticalOffset { get; }
The vertical offset.
Implements:
Gets the height of the viewport.
C#
public double ViewportHeight { get; }
The height of the viewport.
Implements:
Gets the width of the viewport.
C#
public double ViewportWidth { get; }
The width of the viewport.
Implements:
Methods
C#
protected override Size ArrangeOverride(Size finalSize)
Size
C#
public void LineDown()
C#
public void LineLeft()
C#
public void LineRight()
C#
public void LineUp()
C#
public Rect MakeVisible(Visual visual, Rect rectangle)
Rect
C#
protected override Size MeasureOverride(Size availableSize)
Size
C#
public void MouseWheelDown()
C#
public void MouseWheelLeft()
C#
public void MouseWheelRight()
C#
public void MouseWheelUp()
C#
public void PageDown()
C#
public void PageLeft()
C#
public void PageRight()
C#
public void PageUp()