StandaloneGallery Properties
Represents the base class for the GalleryControlGallery, InDropDownGallery and PopupGalleryEditGallery classes.Name | Description |
---|---|
AllowAllUp | Gets or sets whether or not all gallery items can simultaneously be in a normal (elevated) state. Inherited from BaseGallery. |
AllowFilter | Gets or sets whether the group filtering feature is enabled. |
AllowGlyphSkinning | Gets or sets whether items within this gallery should colorize their icons using foreground colors. Inherited from BaseGallery. |
AllowHoverAnimation static | Gets or sets whether or not hovering over gallery items is accompanied with animation effects. Inherited from BaseGallery. |
AllowHoverImages | Gets or sets whether the hover images feature is enabled. Inherited from BaseGallery. |
AllowHtmlText | Gets or sets whether captions for items and groups in this gallery can be formatted using HTML tags. Inherited from BaseGallery. |
AllowItemDrag | Gets or sets whether gallery items can be dragged-and-dropped. Inherited from BaseGallery. |
AllowMarqueeSelection | Gets or sets whether the marquee selection feature is enabled, which allows gallery items to be selected by dragging over items with the mouse. Inherited from BaseGallery. |
Appearance | Gets the appearances that are used to paint gallery elements. Inherited from BaseGallery. |
AutoSize | Gets or sets a gallery’s auto-size mode, which determines the gallery’s initial size. |
CanAnimate | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BaseGallery. |
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
CheckDrawMode | Gets or sets how gallery items are painted when in the checked state. Inherited from BaseGallery. |
CheckSelectedItemViaKeyboard | Gets or sets whether the gallery item currently selected via the keyboard should be immediately checked. Inherited from BaseGallery. |
ClearSelectionOnClickEmptySpace | Gets or sets whether the current selection is cleared when clicking the empty space. Inherited from BaseGallery. |
ColumnCount | Gets or sets the (maximum) number of columns in the gallery. Inherited from BaseGallery. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
ContextButtonOptions | Provides access to the settings applied to the context buttons displayed in the gallery images, and the panels containing these buttons. |
ContextButtons | Provides access to the collection of context buttons displayed in the gallery images. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
DistanceBetweenItems | Gets or sets the distance between Gallery items. Inherited from BaseGallery. |
DistanceItemCaptionToDescription | Gets or sets the distance between an item’s caption and its description. Inherited from BaseGallery. |
DistanceItemImageToText | Gets or sets the distance between an item’s image and its text. Inherited from BaseGallery. |
DrawImageBackground | Gets or sets whether the background of the Gallery item’s image is displayed. Inherited from BaseGallery. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
FilterCaption | Gets or sets the text displayed within the Group Filter panel |
FirstItemVertAlignment |
Gets or sets the first gallery item’s vertical position beyond which this item cannot be moved when scrolling backwards. (When the gallery is horizontally oriented (see GalleryControlGallery.Orientation), the FirstItemVertAlignment property defines the first item’s horizontal position. Inherited from BaseGallery. |
FirstItemVertIndent | Gets or sets a custom indent of the first gallery item from the gallery’s top or left edge (depending on the gallery’s orientation). The property is in effect when BaseGallery.FirstItemVertAlignment is set to Custom. Inherited from BaseGallery. |
FixedHoverImageSize | Gets or sets whether hover images are displayed with the same size. Inherited from BaseGallery. |
FixedImageSize | Gets or sets whether gallery item images have the same display size, as specified by the BaseGallery.ImageSize property. Inherited from BaseGallery. |
FocusedItem | Gets a currently focused GalleryItem in this gallery. Inherited from BaseGallery. |
GroupContentMargin | Gets or sets margins of a gallery group’s content. Inherited from BaseGallery. |
Groups | Gets a collection of groups owned by the gallery. Inherited from BaseGallery. |
HoverImages | Gets or sets the source of hover images. Inherited from BaseGallery. |
HoverImageSize | Gets or sets the size of hover images. Inherited from BaseGallery. |
HtmlImages | Gets or sets a collection of images that you can embed into captions/messages/tooltips in the control using the image HTML-inspired tag. Inherited from BaseGallery. |
Images | Gets or sets the source of images that can be displayed within gallery items. Inherited from BaseGallery. |
ImageSize | Gets or sets the display size of gallery item images. Inherited from BaseGallery. |
ItemAutoSizeMode | Gets or sets the auto-size mode of gallery items. Inherited from BaseGallery. |
ItemCheckMode | Gets or sets whether item checking (selection) is enabled, and how the items can be checked (selected). Inherited from BaseGallery. |
ItemClickFireMode | Gets or sets whether clicks on gallery items are handled synchronously or asynchronously. Inherited from BaseGallery. |
ItemImageLayout | Gets or sets how a gallery item’s image is displayed within the item’s image area. Inherited from BaseGallery. |
ItemImageLocation | Gets or sets the location of images within gallery items, relative to the items’ text. Inherited from BaseGallery. |
ItemImagePadding | Gets or sets the amount of space, in pixels, between the Gallery item’s image and its borders. Inherited from BaseGallery. |
ItemSize | Gets or sets the size of gallery items when item auto-sizing is disabled. The Width attribute is also in effect when the auto-height feature is enabled. Inherited from BaseGallery. |
ItemTextPadding | Gets or sets the amount of space, in pixels, between the Gallery item’s text and its borders. Inherited from BaseGallery. |
LastItemVertAlignment |
Gets or sets the last gallery item’s vertical position, beyond which this item cannot be moved when scrolling forwards. (When the gallery is horizontally oriented (see GalleryControlGallery.Orientation), the LastItemVertAlignment property defines the last item’s horizontal position. Inherited from BaseGallery. |
LastItemVertIndent | Gets or sets a custom indent of the last gallery item from the gallery’s bottom or right edge (depending on the gallery’s orientation). The property is in effect when BaseGallery.LastItemVertAlignment is set to Custom. Inherited from BaseGallery. |
MaxItemWidth | Gets or sets an item’s maximum width in GalleryItemAutoSizeMode.Default auto-size mode. Inherited from BaseGallery. |
MenuOpened | Gets whether the Group Filter menu is opened. |
OptionsImageLoad | Provides access to the set of properties that manage image loading options for items in this gallery. Inherited from BaseGallery. |
OwnerControl | Gets a control that owns this BaseGallery. Inherited from BaseGallery. |
RowCount | Gets or sets the number of rows in a gallery when the gallery is displayed within a dropdown window. Inherited from BaseGallery. |
ScaleImages | Gets or sets whether gallery items are automatically stretched to match the current DPI settings of the user’s monitor. Inherited from BaseGallery. |
ScrollMode | Gets or sets how the gallery is scrolled when the BaseGallery.ScrollTo method is called. Inherited from BaseGallery. |
ScrollSpeed | Gets or sets how fast the gallery is scrolled when calling the BaseGallery.ScrollTo method. Inherited from BaseGallery. |
ScrollYPosition | Gets or sets the top coordinate of the gallery’s display area. |
ShowGroupCaption | Gets or sets whether group captions are displayed. Inherited from BaseGallery. |
ShowItemImage | Gets or sets whether Gallery items display their images. Inherited from BaseGallery. |
ShowItemText | Gets or sets whether Gallery items display their caption and description. Inherited from BaseGallery. |
ShowScrollBar | Gets or sets whether the gallery’s vertical scroll bar is visible. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
StretchItems | Gets or sets whether items are stretched to the gallery’s width. |
Tag | Gets or sets an object that contains data on the current BaseGallery object. Inherited from BaseGallery. |
ToolTipController | Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the StandaloneGallery class. |
UseMaxImageSize | Gets or sets whether gallery item images have the same display size as the biggest image. Inherited from BaseGallery. |
UseOptimizedScrolling | Gets or sets whether an optimized fast scroll mechanism is enabled. |
See Also