C# 클래스 Windows.UI.Xaml.Controls.VirtualizingPanel

상속: Panel, IVirtualizingPanel, IVirtualizingPanelOverrides, IVirtualizingPanelProtected
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

보호된 메소드들

메소드 설명
AddInternalChild ( [ child ) : void
BringIndexIntoView ( [ index ) : void
InsertInternalChild ( [ index, [ child ) : void
OnClearChildren ( ) : void
OnItemsChanged ( [ sender, [ args ) : void
RemoveInternalChildRange ( [ index, [ range ) : void

메소드 상세

AddInternalChild() 보호된 메소드

protected AddInternalChild ( [ child ) : void
child [
리턴 void

BringIndexIntoView() 보호된 메소드

protected BringIndexIntoView ( [ index ) : void
index [
리턴 void

InsertInternalChild() 보호된 메소드

protected InsertInternalChild ( [ index, [ child ) : void
index [
child [
리턴 void

OnClearChildren() 보호된 메소드

protected OnClearChildren ( ) : void
리턴 void

OnItemsChanged() 보호된 메소드

protected OnItemsChanged ( [ sender, [ args ) : void
sender [
args [
리턴 void

RemoveInternalChildRange() 보호된 메소드

protected RemoveInternalChildRange ( [ index, [ range ) : void
index [
range [
리턴 void