C# Class PlayStation_Gui.Controls.ListControls.AdaptiveGridView

A GridView that lets you set a MinWidth and MinHeight for items you want to restrict to an aspect ration, but still resize
Inheritance: Windows.UI.Xaml.Controls.GridView
Mostra file Open project: drasticactions/Pureisuteshon-App

Public Properties

Property Type Description
MaximumItemHeightProperty Windows.UI.Xaml.DependencyProperty
MaximumItemWidthProperty Windows.UI.Xaml.DependencyProperty
MinItemHeightProperty Windows.UI.Xaml.DependencyProperty
MinimumItemWidthProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
AdaptiveGridView ( ) : System

Protected Methods

Method Description
MeasureOverride ( Size availableSize ) : Size

Method Details

AdaptiveGridView() public method

public AdaptiveGridView ( ) : System
return System

MeasureOverride() protected method

protected MeasureOverride ( Size availableSize ) : Size
availableSize Windows.Foundation.Size
return Windows.Foundation.Size

Property Details

MaximumItemHeightProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml MaximumItemHeightProperty
return Windows.UI.Xaml.DependencyProperty

MaximumItemWidthProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml MaximumItemWidthProperty
return Windows.UI.Xaml.DependencyProperty

MinItemHeightProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml MinItemHeightProperty
return Windows.UI.Xaml.DependencyProperty

MinimumItemWidthProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml MinimumItemWidthProperty
return Windows.UI.Xaml.DependencyProperty