C# Class Windows.UI.Xaml.Controls.VirtualizingPanel

Inheritance: Panel, IVirtualizingPanel, IVirtualizingPanelOverrides, IVirtualizingPanelProtected
Mostrar archivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Protected Methods

Method Description
AddInternalChild ( [ child ) : void
BringIndexIntoView ( [ index ) : void
InsertInternalChild ( [ index, [ child ) : void
OnClearChildren ( ) : void
OnItemsChanged ( [ sender, [ args ) : void
RemoveInternalChildRange ( [ index, [ range ) : void

Method Details

AddInternalChild() protected method

protected AddInternalChild ( [ child ) : void
child [
return void

BringIndexIntoView() protected method

protected BringIndexIntoView ( [ index ) : void
index [
return void

InsertInternalChild() protected method

protected InsertInternalChild ( [ index, [ child ) : void
index [
child [
return void

OnClearChildren() protected method

protected OnClearChildren ( ) : void
return void

OnItemsChanged() protected method

protected OnItemsChanged ( [ sender, [ args ) : void
sender [
args [
return void

RemoveInternalChildRange() protected method

protected RemoveInternalChildRange ( [ index, [ range ) : void
index [
range [
return void