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.Int32
|
Methods
ArrangeOverride(Size)
Override for Arrange.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
|
Returns
System.Windows.Size
|
MeasureOverride(Size)
Override for Measure.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
OnItemsChanged(Object, ItemsChangedEventArgs)
Override for OnItemsChanged.
Declaration
protected override void OnItemsChanged(object sender, ItemsChangedEventArgs args)
Parameters
System.Object
sender
|
System.Windows.Controls.Primitives.ItemsChangedEventArgs
args
|