TreeListOptionsView Properties
Provides view options for the Tree List controls.| Name | Description |
|---|---|
| AllowBandColumnsMultiRow | Gets or sets whether columns within a band can be arranged in multiple rows. |
| AllowFormatRuleDescription | Gets or sets whether to display format rule descriptions in Rule Editor and Rule Manager. |
| AllowGlyphSkinning | Gets or sets whether column and node icons of the current TreeList should be painted with the foreground color of these columns or nodes. |
| AllowHtmlDrawHeaders | Gets or sets whether HTML formatting can be applied to column and band captions. |
| AnimationType | Gets or sets the animation mode, which identifies cells for which animation is enabled. |
| AutoCalcPreviewLineCount | Gets or sets whether the Tree List automatically calculates the number of text lines in preview sections depending upon their contents. |
| AutoWidth | Gets or sets whether the widths of column is automatically adjusted so that the total width of all the columns matches the Tree List’s width. |
| BestFitMaxNodeCount | Gets or sets the number of data nodes whose content is processed to apply best fit to columns. |
| BestFitMode | Gets or sets whether column best-fit resizing operations should prioritize precision or speed. |
| BestFitNodes | Gets or sets a value specifying which nodes take part in calculations when applying best fit to columns. |
| BestFitUseErrorInfo | Gets or sets whether cell error icons are taken into account when calculating the “best width” for columns. |
| CheckBoxStyle | Gets or sets whether all TreeList nodes should display check boxes, radio buttons, or neither. |
| ColumnHeaderAutoHeight | Gets or sets whether the column header height is automatically adjusted to fit wrapped column captions. |
| EnableAppearanceEvenRow | Gets or sets whether even nodes are painted using the appearance settings provided by the TreeListAppearanceCollection.EvenRow property. |
| EnableAppearanceOddRow | Gets or sets whether odd nodes are painted using the appearance settings provided by the TreeListAppearanceCollection.OddRow property. |
| ExpandButtonCentered | Gets or sets whether node expand buttons are vertically centered relative to the node height. This setting is in effect when node previews are visible. |
| FilterCriteriaDisplayStyle | Gets or sets the display style of filter conditions in the Filter Panel, MRU Filter List and built-in Filter Editor. |
| FocusRectStyle | Gets or sets a value that specifies how the focus rectangle is painted. |
| HeaderFilterButtonShowMode | Gets or sets the display style of column filter buttons. |
| NewItemRowPosition | Gets or sets whether the row that allows users to add new nodes at the root level is displayed at the top or bottom of the list, or not displayed. |
| RootCheckBoxStyle | Gets or sets whether root TreeList nodes should draw check boxes, radio buttons, or neither. |
| RowImagesShowMode | Gets or sets whether to show row images in row indents or in row cells. |
| ShowAutoFilterRow | Gets or sets whether the Automatic Filtering Row is displayed. |
| ShowBands | Obsolete. Gets or sets whether band headers are displayed. |
| ShowBandsMode | Gets or sets whether bands are displayed. |
| ShowButtons | Gets or sets whether the expand buttons are displayed. |
| ShowCaption | Gets or sets whether the caption panel is displayed at the top of the TreeList control. |
| ShowCheckBoxes |
Gets or sets whether nodes display check boxes. This member is obsolete. Use the TreeListOptionsView.CheckBoxStyle, TreeListOptionsView.RootCheckBoxStyle and TreeListNode.ChildrenCheckBoxStyle properties instead. |
| ShowColumns | Gets or sets whether column headers are displayed. |
| ShowFilterPanelMode | Gets or sets a value that specifies when the Filter Panel is shown. |
| ShowFirstLines | Gets or sets whether the tree list displays the nearest (leftmost) vertical gridlines in the column that displays the node expand buttons. |
| ShowFocusedFrame | Obsolete. Gets or sets whether a focus frame is displayed around the focused cell. |
| ShowHierarchyIndentationLines | Gets or sets whether to draw horizontal gridlines in a column displaying the node expand buttons for the entire width of the column, including tree indents. |
| ShowHorzLines | Gets or sets whether horizontal lines are displayed. |
| ShowIndentAsRowStyle | Gets or sets whether tree indents are painted using the appearance settings of their corresponding nodes. |
| ShowIndicator | Gets or sets whether the node indicator panel is displayed. |
| ShowPreview | Gets or sets whether preview sections are displayed. |
| ShowRoot | Gets or sets whether the root level node indent is visible. |
| ShowRowFooterSummary | Gets or sets whether group footers are displayed. |
| ShowSummaryFooter | Gets or sets whether the summary footer is displayed. |
| ShowTreeLines | Gets or sets whether to show the node hierarchy lines in the row indent area. |
| ShowVertLines | Gets or sets whether vertical lines are displayed. |
| TreeLineStyle | Gets or sets the style (solid, dash, etc.) of lines indicating the node hierarchy in the row indent area. |
| WaitAnimationOptions | Gets or sets a value that specifies how the control indicates data operations performed in a background thread. |
See Also