C# Класс ArcGISPortalViewer.Controls.GalleryPreviewControl

Control used on the front page to show a limited set of items, and in case of overflow, show a live tile + more... tile.
Наследование: Windows.UI.Xaml.Controls.Panel
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ColumnWidthProperty Windows.UI.Xaml.DependencyProperty
ItemTemplateProperty Windows.UI.Xaml.DependencyProperty
ItemsSourceProperty Windows.UI.Xaml.DependencyProperty
LiveTileItemTemplateProperty Windows.UI.Xaml.DependencyProperty
MaxColumnCountProperty Windows.UI.Xaml.DependencyProperty
MoreTemplateProperty Windows.UI.Xaml.DependencyProperty
RowHeightProperty Windows.UI.Xaml.DependencyProperty
currentColumnCount int
currentRowCount int

Открытые методы

Метод Описание
GalleryPreviewControl ( ) : System

Initializes a new instance of the GalleryPreviewControl class.

Защищенные методы

Метод Описание
ArrangeOverride ( Size finalSize ) : Size

Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior.

MeasureOverride ( Size availableSize ) : Size

Provides the behavior for the Measure pass of the layout cycle. Classes can override this method to define their own Measure pass behavior.

Приватные методы

Метод Описание
CalculateRowColumnCount ( Size availableSize, int count ) : void
GalleryPreviewControl_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnItemsSourcePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
RebuildTable ( ) : void
ctrl_Tapped ( object sender, Windows e ) : void
livetile_Tapped ( object sender, Windows e ) : void
moreTile_Tapped ( object sender, Windows e ) : void

Описание методов

ArrangeOverride() защищенный Метод

Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior.
protected ArrangeOverride ( Size finalSize ) : Size
finalSize Windows.Foundation.Size The final area within the parent that this object should use to arrange itself and its children.
Результат Windows.Foundation.Size

GalleryPreviewControl() публичный Метод

Initializes a new instance of the GalleryPreviewControl class.
public GalleryPreviewControl ( ) : System
Результат System

MeasureOverride() защищенный Метод

Provides the behavior for the Measure pass of the layout cycle. Classes can override this method to define their own Measure pass behavior.
protected MeasureOverride ( Size availableSize ) : Size
availableSize Windows.Foundation.Size The available size that this object can give to child objects. Infinity can be /// specified as a value to indicate that the object will size to whatever content is available.
Результат Windows.Foundation.Size

Описание свойств

ColumnWidthProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml ColumnWidthProperty
Результат Windows.UI.Xaml.DependencyProperty

ItemTemplateProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml ItemTemplateProperty
Результат Windows.UI.Xaml.DependencyProperty

ItemsSourceProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty
Результат Windows.UI.Xaml.DependencyProperty

LiveTileItemTemplateProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml LiveTileItemTemplateProperty
Результат Windows.UI.Xaml.DependencyProperty

MaxColumnCountProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml MaxColumnCountProperty
Результат Windows.UI.Xaml.DependencyProperty

MoreTemplateProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml MoreTemplateProperty
Результат Windows.UI.Xaml.DependencyProperty

RowHeightProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml RowHeightProperty
Результат Windows.UI.Xaml.DependencyProperty

currentColumnCount публичное свойство

public int currentColumnCount
Результат int

currentRowCount публичное свойство

public int currentRowCount
Результат int