ClassBookPanel
Class
Virtualized panel for RadBook.
Definition
Namespace:Telerik.Windows.Controls.Book
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class BookPanel : VirtualizingPanel
Inheritance: objectBookPanel
Constructors
BookPanel()
Initializes a new instance of the BookPanel class.
Declaration
cs-api-definition
public BookPanel()
Properties
StartingIndex
The index from which realization will begin.
Methods
ArrangeOverride(Size)
Override for Arrange.
Declaration
cs-api-definition
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
MeasureOverride(Size)
Override for Measure.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Performance", "CA1804:RemoveUnusedLocals")]
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
Size
OnItemsChanged(object, ItemsChangedEventArgs)
Override for OnItemsChanged.
Declaration
cs-api-definition
protected override void OnItemsChanged(object sender, ItemsChangedEventArgs args)
Parameters
sender
args
ItemsChangedEventArgs