C# Class PCSX2Bonus.Wpf.VirtualizingTilePanel

Inheritance: System.Windows.Controls.VirtualizingPanel, IScrollInfo
Afficher le fichier Open project: CyberFoxHax/PCSXBonus

Méthodes publiques

Свойство Type Description
ChildHeightProperty System.Windows.DependencyProperty
ColumnsProperty System.Windows.DependencyProperty
TileProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
LineDown ( ) : void
LineLeft ( ) : void
LineRight ( ) : void
LineUp ( ) : void
MakeVisible ( Visual visual, Rect rectangle ) : Rect
MouseWheelDown ( ) : void
MouseWheelLeft ( ) : void
MouseWheelRight ( ) : void
MouseWheelUp ( ) : void
PageDown ( ) : void
PageLeft ( ) : void
PageRight ( ) : void
PageUp ( ) : void
SetHorizontalOffset ( double offset ) : void
SetVerticalOffset ( double offset ) : void
VirtualizingTilePanel ( ) : System

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size availableSize ) : Size
OnItemsChanged ( object sender, ItemsChangedEventArgs args ) : void

Private Methods

Méthode Description
ArrangeChild ( int itemIndex, UIElement child, Size finalSize ) : void
CalculateChildWidth ( Size availableSize ) : double
CalculateChildrenPerRow ( Size availableSize ) : int
CalculateExtent ( Size availableSize, int itemCount ) : Size
CleanUpItems ( int minDesiredGenerated, int maxDesiredGenerated ) : void
GetChildSize ( Size availableSize ) : Size
GetVisibleRange ( int &firstVisibleItemIndex, int &lastVisibleItemIndex ) : void
UpdateScrollInfo ( Size availableSize ) : void

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

LineDown() public méthode

public LineDown ( ) : void
Résultat void

LineLeft() public méthode

public LineLeft ( ) : void
Résultat void

LineRight() public méthode

public LineRight ( ) : void
Résultat void

LineUp() public méthode

public LineUp ( ) : void
Résultat void

MakeVisible() public méthode

public MakeVisible ( Visual visual, Rect rectangle ) : Rect
visual Visual
rectangle System.Windows.Rect
Résultat System.Windows.Rect

MeasureOverride() protected méthode

protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
Résultat System.Windows.Size

MouseWheelDown() public méthode

public MouseWheelDown ( ) : void
Résultat void

MouseWheelLeft() public méthode

public MouseWheelLeft ( ) : void
Résultat void

MouseWheelRight() public méthode

public MouseWheelRight ( ) : void
Résultat void

MouseWheelUp() public méthode

public MouseWheelUp ( ) : void
Résultat void

OnItemsChanged() protected méthode

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

PageDown() public méthode

public PageDown ( ) : void
Résultat void

PageLeft() public méthode

public PageLeft ( ) : void
Résultat void

PageRight() public méthode

public PageRight ( ) : void
Résultat void

PageUp() public méthode

public PageUp ( ) : void
Résultat void

SetHorizontalOffset() public méthode

public SetHorizontalOffset ( double offset ) : void
offset double
Résultat void

SetVerticalOffset() public méthode

public SetVerticalOffset ( double offset ) : void
offset double
Résultat void

VirtualizingTilePanel() public méthode

public VirtualizingTilePanel ( ) : System
Résultat System

Property Details

ChildHeightProperty public_oe static_oe property

public static DependencyProperty,System.Windows ChildHeightProperty
Résultat System.Windows.DependencyProperty

ColumnsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnsProperty
Résultat System.Windows.DependencyProperty

TileProperty public_oe static_oe property

public static DependencyProperty,System.Windows TileProperty
Résultat System.Windows.DependencyProperty