_QueryTable.AdjustColumnWidth Property

Definition

True if the column widths are automatically adjusted for the best fit each time you refresh the specified query table or XML map. False if the column widths aren’t automatically adjusted with each refresh. The default value is True. Read/write Boolean.

public:
 property bool AdjustColumnWidth { bool get(); void set(bool value); };
public bool AdjustColumnWidth { get; set; }
Public Property AdjustColumnWidth As Boolean

Property Value

Remarks

The maximum column width is two-thirds the width of the screen.

Applies to