C# Class withSIX.Play.Presentation.Wpf.Behaviors.VirtualizingWrapPanelBehavior

Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
MinItemWidthProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetMinItemWidth ( VirtualizingWrapPanel grid ) : double
SetMinItemWidth ( VirtualizingWrapPanel grid, double value ) : void

Private Methods

Method Description
GetOptimalColumns ( double x, double val, int itemsCount ) : int
GetOptimalWidth ( double x, double val, int itemsCount ) : double
OnMinItemWidthChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetMinItemWidth() public static method

public static GetMinItemWidth ( VirtualizingWrapPanel grid ) : double
grid VirtualizingWrapPanel
return double

SetMinItemWidth() public static method

public static SetMinItemWidth ( VirtualizingWrapPanel grid, double value ) : void
grid VirtualizingWrapPanel
value double
return void

Property Details

MinItemWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinItemWidthProperty
return System.Windows.DependencyProperty