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

Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
MinColumnWidthProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetMinColumnWidth ( VirtualizingWrapPanel grid ) : double
SetMinColumnWidth ( VirtualizingWrapPanel grid, double value ) : void

Private Methods

Method Description
GetDesiredHeight ( int totalItems, double availableWidth, double minWidth ) : int
GetOptimalColumns ( double availableWidth, double columnWidth, int itemsCount ) : int
GetRows ( int totalItems, double availableWidth, double minWidth ) : int
OnMinColumnWidthChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetMinColumnWidth() public static method

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

SetMinColumnWidth() public static method

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

Property Details

MinColumnWidthProperty public_oe static_oe property

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