Skip to main content

Creating FormItems within a GroupBoxFormItem

Comments

2 comments

  • Berend Veldkamp
    1. Create a new GroupBoxFormItem
    2. Add controls to that groupbox using AddToCollection, where Collection is groupBox.FormItems
    3. Add the groupbox to the form using AddToCollection, where Collection is form.FormItems

     

    Berend

    0
  • Permanently deleted user
    Thanks.  it seems having things i wanted.  I will give it a try.
    0

Please sign in to leave a comment.