Class BookPanel
Virtualized panel for RadBook.
Inheritance
System.Object
BookPanel
Namespace: Telerik.Windows.Controls.Book
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class BookPanel : VirtualizingPanel
Constructors
BookPanel()
Initializes a new instance of the BookPanel class.
Declaration
public BookPanel()
Properties
StartingIndex
The index from which realization will begin.
Declaration
public int StartingIndex { get; }
Property Value
System.
|
Methods
ArrangeOverride(Size)
Override for Arrange.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.
|
Returns
System.
|
MeasureOverride(Size)
Override for Measure.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System.
|
OnItemsChanged(Object, ItemsChangedEventArgs)
Override for OnItemsChanged.
Declaration
protected override void OnItemsChanged(object sender, ItemsChangedEventArgs args)
Parameters
System.
|
System.
|