ActiveReports 13
GrowStyle Property

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : GrowStyle Property
Gets or sets a value indicating whether the System.Windows.Forms.TableLayoutPanel control should expand to accommodate new cells when all existing cells are occupied.
Syntax
'Declaration
 
Public Property GrowStyle As TableLayoutPanelGrowStyle
public TableLayoutPanelGrowStyle GrowStyle {get; set;}

Property Value

A System.Windows.Forms.TableLayoutPanelGrowStyle indicating the growth scheme. The default is System.Windows.Forms.TableLayoutPanelGrowStyle.AddRows.
Exceptions
ExceptionDescription
The property value is invalid for the System.Windows.Forms.TableLayoutPanelGrowStyle enumeration.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members