Creating FormItems within a GroupBoxFormItem
I'm trying to dynamically create Display Form elements e.g. a CheckBoxFormItem via runtime, but I need it to be within a GroupBoxFormItem. Any tips or examples on how this is done?
Thanks
0
-
- Create a new GroupBoxFormItem
- Add controls to that groupbox using AddToCollection, where Collection is groupBox.FormItems
- Add the groupbox to the form using AddToCollection, where Collection is form.FormItems
Berend
0 -
Thanks. it seems having things i wanted. I will give it a try. 0
Please sign in to leave a comment.
Comments
2 comments