Skip to main content
A newer version of this page is available. .

Customizing Galleries at Design Time

  • 3 minutes to read

At design time, the gallery controls allow you to customize galleries (add and remove gallery item groups and items) using their Designers, while some controls also allow you to customize galleries right on the form, using context menus.

This feature is supported for controls whose gallery surfaces are visible at design time. The gallery surface of the PopupGalleryEdit control is not visible unless the popup is open, and so design-time on-form gallery customization is not supported for the PopupGalleryEdit control. See the following section to learn about this control’s gallery customization.

  1. First, add a gallery item group (GalleryItemGroup) to the gallery. Select the Add GalleryGroup command in the gallery’s context menu or using a smart tag.

    GalleryControls-DT-OnForm-AddGallleryGroupMenu

    This creates an empty gallery item group.

    GalleryControls-DT-OnForm-EmptyGallleryGroup.png

    In some controls, the gallery item group captions are hidden by default; they can be enabled using the gallery’s BaseGallery.ShowGroupCaption property.

  2. Add a gallery item to the group by selecting the Add Gallery Item command from the group’s context menu or smart tag menu.

    GalleryControls-DT-OnForm-AddGallleryItemMenu

    An empty gallery item will be added:

    GalleryControls-DT-OnForm-EmptyGallleryItem

  3. Customize the gallery item and gallery item group using their smart tag menus or the Properties grid. For an item, you can specify an image, caption, tooltip, etc.

    GalleryControls-DT-OnForm-GallleryItemSmartTagMenu

    For a group, you can specify a caption and caption alignment.

    GalleryControls-DT-OnForm-GallleryGroupSmartTagMenu

  4. Add more groups and items, if required.
  5. Customize the options that control the layout, view and behavior options of gallery items. These options are provided by the gallery itself and can be customized in the Properties grid.

    GalleryControls-DT-GallleryOptions

    See the Gallery Controls topic for a list of main gallery features and options that control the corresponding behavior.

All gallery controls allow you to customize their galleries using Designers.

  1. Invoke a control’s gallery Designer by selecting the Run Designer (or Edit Gallery) command from the control’s smart tag menu or context menu.

    GalleryControls-RunGalleryCommand.png

    This opens the gallery Designer, which provides gallery customization buttons.

    GalleryControls-DT-Designer-Empty

  2. First, add a gallery item group (GalleryItemGroup) by clicking the Add Group button. This creates an empty group.

    GalleryControls-DT-Designer-AddedGroup

    Use the Properties grid on the right to modify the group’s settings.

  3. Ensure that the group is selected, and then click the Add Item button.

    GalleryControls-DT-Designer-AddedItem

    Use the Properties grid on the right to modify the created gallery item settings.

  4. Add as many groups and items as required by your application.
  5. Customize the options provided by the gallery object that control the gallery item layout, view and behavior. To access these options, select the root element in the hierarchical gallery element list and expand the Gallery property in the Properties grid on the right.

    GalleryControls-DT-Designer-GalleryOptions

See the Gallery Controls topic for a list of main gallery features and options that control the corresponding behavior.

See Also