| Visual Basic (Declaration) | |
|---|---|
Public Property Panel As Boolean | |
| C# | |
|---|---|
public bool Panel {get; set;} | |
Property Value
BooleanIf set to a value of True, no items for list will be drawn. Instead, a panel object will be placed under the list header, The height of the panel is determined by the PanelHeight property. The panel drawn in the control is a true panel object. Any controls placed in the panel object will become child objects of that panel.