-
Notifications
You must be signed in to change notification settings - Fork 18
FlowLayoutPanel
Radu Martin edited this page Apr 15, 2017
·
7 revisions
GenerateGroups(object DataSource, params GroupDataDescriptor[] Groups)
GroupDataDescriptor helps the generator to recognize the created group:
GroupDataDescriptor(string CaptionText, params FieldDataDescriptor[] Fields)
Each group has a caption text and array of fields that will be used for generating data-bound controls.
After executing GenerateGroups method, the FlowLayoutPanel will contain HeaderTableLayoutPanel for each group in Groups parameter. Each created TableLayoutPanel will contain data-bound controls depending on the Fields parameter.
Extenders:
DataGridView
DataGridViewColumn
FlowLayoutPanel
TableLayoutPanel
Features:
SelectItemForm
Settings
Components:
BitMaskCheckedListBox
HeaderTableLayoutPanel
SelectItemForm