daatronic.blogg.se

Devexpress file browser winform
Devexpress file browser winform










Users cannot interact with disabled items. If a record’s ‘enable’ state is false, the WinExplorerView paints the corresponding item as disabled.

  • Set the WinExplorerViewColumns.EnabledColumn property to a Boolean column whose values specify the ‘enable’ state of records.
  • Set the ColumnSet.GroupColumn property to group all records by a specific column.
  • Two additional properties of the WinExplorerView.ColumnSet object allow you to group data and display specific records as disabled. The WinExplorerView.OptionsView object allows you to modify settings shared by all view styles:Įach view style has its own display settings. Refer to the “Customize Stub Glyphs” section of the following topic for details: Stub Glyphs. WinExplorerView.OptionsStubGlyphs - Provides access to advanced stub glyph options, such as font settings, color scheme, glyph shapes, etc. StubGlyphOptions.AllowStubGlyphs - Specifies whether stub glyphs are enabled. A stub glyph is a colored square or circle with one or two initial letters of the item’s text. Instead of regular images, the WinExplorer View can display auto-generated images called stub glyphs. See the following topics for more information: SmallImageIndexColumn, MediumImageIndexColumn, LargeImageIndexColumn, and ExtraLargeImageIndexColumn. You can also specify images by indexes in corresponding image collections.

    devexpress file browser winform devexpress file browser winform

    Use the ImageSize property to change the default image size for a specific view style. If you do not specify images for a specific view style, the WinExplorerView automatically retrieves images from other view styles, and scales these images to the required size. You do not need to assign image columns to all four …ImageColumn properties. The WinExplorerView.ColumnSet property allows you to specify image columns that store images for your view styles.

    devexpress file browser winform

    The following image shows the columns used by the Tiles view style:

    devexpress file browser winform

    Use the WinExplorerView.ColumnSet property to specify fields (columns) that contain data for WinExplorerView items. Only the Tiles and Content view styles can display item descriptions.












    Devexpress file browser winform