Skip to main content

Add radionbox to an existing groupbox dynamically

Comments

1 comment

  • Permanently deleted user
    i think i figured out what went wrong.  

     

    assign groupbox3 =form.Find(Of GroupBoxFormItem)("GroupBox3")

     

    assign radioButtonFormItem1=new radioButtonFormItem() With { .Text=thisvalue, .Checked=True, .ArgumentName="rad"+thisvalue}

     

    add ridiobutton to groupbox3.FormItems

     

    I forgot FormItems so i got type not match error.
    0

Please sign in to leave a comment.