Skip to content

FlowLayoutPanel

Radu Martin edited this page Apr 15, 2017 · 7 revisions

Group generation

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.