Class
TileListGroupPanel

A panel to be used as ItemsPanel within RadTileList when it is grouped.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class TileListGroupPanel : VirtualizingPanel, IScrollInfo, IScrollingServiceCore, IScrollingInfo

Inheritance: objectTileListGroupPanel

Implements: IScrollInfoIScrollingInfoIScrollingServiceCore

Constructors

TileListGroupPanel()

Initializes a new instance of the TileListGroupPanel class.

Declaration

cs-api-definition
public TileListGroupPanel()

Properties

CanHorizontallyScroll

Declaration

cs-api-definition
public bool CanHorizontallyScroll { get; set; }

Property Value

bool

CanVerticallyScroll

Declaration

cs-api-definition
public bool CanVerticallyScroll { get; set; }

Property Value

bool

ExtentHeight

Gets the height of the extent.

Declaration

cs-api-definition
public double ExtentHeight { get; }

Property Value

double

The height of the extent.

Implements IScrollingInfo.ExtentHeight

ExtentWidth

Gets the width of the extent.

Declaration

cs-api-definition
public double ExtentWidth { get; }

Property Value

double

The width of the extent.

Implements IScrollingInfo.ExtentWidth

HorizontalOffset

Gets the horizontal offset.

Declaration

cs-api-definition
public double HorizontalOffset { get; }

Property Value

double

The horizontal offset.

Implements IScrollingInfo.HorizontalOffset

ScrollOwner

Declaration

cs-api-definition
public ScrollViewer ScrollOwner { get; set; }

Property Value

ScrollViewer

VerticalOffset

Gets the vertical offset.

Declaration

cs-api-definition
public double VerticalOffset { get; }

Property Value

double

The vertical offset.

Implements IScrollingInfo.VerticalOffset

ViewportHeight

Gets the height of the viewport.

Declaration

cs-api-definition
public double ViewportHeight { get; }

Property Value

double

The height of the viewport.

Implements IScrollingInfo.ViewportHeight

ViewportWidth

Gets the width of the viewport.

Declaration

cs-api-definition
public double ViewportWidth { get; }

Property Value

double

The width of the viewport.

Implements IScrollingInfo.ViewportWidth

Methods

ArrangeOverride(Size)

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

Returns

Size

LineDown()

Declaration

cs-api-definition
public void LineDown()

LineLeft()

Declaration

cs-api-definition
public void LineLeft()

LineRight()

Declaration

cs-api-definition
public void LineRight()

LineUp()

Declaration

cs-api-definition
public void LineUp()

MakeVisible(Visual, Rect)

Declaration

cs-api-definition
public Rect MakeVisible(Visual visual, Rect rectangle)

Parameters

visual

Visual

rectangle

Rect

Returns

Rect

MeasureOverride(Size)

Declaration

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

Returns

Size

MouseWheelDown()

Declaration

cs-api-definition
public void MouseWheelDown()

MouseWheelLeft()

Declaration

cs-api-definition
public void MouseWheelLeft()

MouseWheelRight()

Declaration

cs-api-definition
public void MouseWheelRight()

MouseWheelUp()

Declaration

cs-api-definition
public void MouseWheelUp()

PageDown()

Declaration

cs-api-definition
public void PageDown()

PageLeft()

Declaration

cs-api-definition
public void PageLeft()

PageRight()

Declaration

cs-api-definition
public void PageRight()

PageUp()

Declaration

cs-api-definition
public void PageUp()

SetHorizontalOffset(double)

Declaration

cs-api-definition
public void SetHorizontalOffset(double offset)

Parameters

offset

double

SetVerticalOffset(double)

Declaration

cs-api-definition
public void SetVerticalOffset(double offset)

Parameters

offset

double