public final class ColumnDisplayMode extends Object
ColumnDisplayMode stores constants representing supported column display modes.
 Display mode determines how columns are adjusted on the application panel.| Modifier and Type | Field and Description | 
|---|---|
static int | 
AUTO_FIT
Column sizes are automatically adjusted to fit their corresponding panel 
 | 
static int | 
SCROLLABLE
If columns no longer fit within the panel, a horizontal scroll bar will appear 
 | 
public static final int AUTO_FIT
public static final int SCROLLABLE
Copyright © 2020 ALM Works. All Rights Reserved.