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

Customization Form

The Customization Form is a separate window which allows an end-user to hide/display columns and bands, and add/remove existing columns to/from bands. The end-user can invoke it by clicking the Column Chooser or Column/Band Chooser command in the column header context menu or band header context menu.

If the Tree List does not contain bands, the Customization Form only displays headers of hidden columns. In the case of a banded layout, the Customization Form contains two tabs, Columns and Bands, which display the headers of hidden columns and bands, respectively.

TreeListCustomizationFormColumnsTab TreeListCustomizationFormBandsTab

To hide a column or band, drag and drop its header to the Customization Form.

The table below lists the main properties affecting the element’s appearance, and methods and events related to this element.

Form

TreeList.CustomizationForm

Displaying Form

TreeList.ColumnsCustomization

Hiding Form

TreeList.DestroyCustomization

Customizing Form When It Is Invoked and Hidden

TreeList.ShowCustomizationForm

TreeList.HideCustomizationForm

Location and Bounds

TreeList.CustomizationFormBounds

Allow Moving to Customization Form

TreeListOptionsColumn.AllowMoveToCustomizationForm

Displaying Column in Customization Form

TreeListOptionsColumn.ShowInCustomizationForm

Column Caption in Customization Form

TreeListColumn.CustomizationCaption

Displaying Band in Customization Form

TreeListOptionsBand.ShowInCustomizationForm

Band Caption in Customization Form

TreeListBand.CustomizationCaption

Band Tab Visibility

TreeListOptionsCustomization.ShowBandsInCustomizationForm

Search Box Visibility

TreeListOptionsCustomization.CustomizationFormSearchBoxVisible

See Also