Zum Hauptinhalt gehen

Add radionbox to an existing groupbox dynamically

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.