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

Inheritance: Panel, IVirtualizingPanel, IVirtualizingPanelOverrides, IVirtualizingPanelProtected
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes protégées

Méthode 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 méthode

protected AddInternalChild ( [ child ) : void
child [
Résultat void

BringIndexIntoView() protected méthode

protected BringIndexIntoView ( [ index ) : void
index [
Résultat void

InsertInternalChild() protected méthode

protected InsertInternalChild ( [ index, [ child ) : void
index [
child [
Résultat void

OnClearChildren() protected méthode

protected OnClearChildren ( ) : void
Résultat void

OnItemsChanged() protected méthode

protected OnItemsChanged ( [ sender, [ args ) : void
sender [
args [
Résultat void

RemoveInternalChildRange() protected méthode

protected RemoveInternalChildRange ( [ index, [ range ) : void
index [
range [
Résultat void