Welcome, Guest  :: Login 

EntrySet.Lists Namespace

PictureList Component

PureComponents PictureList is designed for displaying the list of images. Images can be divided into categories and can have the text description.

 

PictureList Anatomy 

The following picture shows the individual parts of the PictureList control.  


  Item
  Category Header
  Selected Item
  PictureList Background

 

 Item

An Item is composed from the image and the text description. All the images loaded into the PictureList are adjusted to the same size defined in the ListStyle.ItemSize. You can set there the TextHeight as well and the size of a Border which is the space between the image and the edge of the item. Every item can have its own style when the UseLocalStyle property is set. With AllowSelect property the selecting of an item can be disabled.

 

 Category Header

Items can be divided into categories by setting the Category property. The style of category header can be defined in CategoryStyle. 

 Selected Item

The style for the selected item can be defined in ListStyle. The SelecteditemChanging and SelectedItemChanged events are raised while changing the selection.  

 PictureList Background

The appearance of PictureList background can be modified in BackgroundStyle. The space between the items can be adjusted both horizontally and vertically by ItemGap and RowGap properties.