windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-documentmanager-6621f111.md
Gets or sets whether thumbnails for documents are generated right before these thumbnails are displayed.
Namespace : DevExpress.XtraBars.Docking2010
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
public static bool EnableThumbnailRenderingOnShowing { get; set; }
<Browsable(False)>
Public Shared Property EnableThumbnailRenderingOnShowing As Boolean
| Type | Description |
|---|---|
| Boolean |
true , to generate thumbnails right before they are displayed; false , to generate thumbnails when a document changes.
|
You can enable the display of thumbnails for individual documents with the DocumentManager.ShowThumbnailsInTaskBar option.
If the EnableThumbnailRenderingOnShowing property is set to false , thumbnails are generated whenever documents are changed (e.g, resized or activated). This may result in slow application performance if the Document Manager contains a large number of documents.
If the EnableThumbnailRenderingOnShowing property is set to true , documents’s thumbnails are generated immediately before these thumbnails are displayed.
See Also