Menu

#3 Sample code

1.0
closed
None
2019-12-16
2019-01-29
No

I saw your nice accordion. Where is sample code for the small example? I saw some code on stackoverflow, but nothing shows up in my form. I use VS 2017, and .Net 4.5.

Discussion

  • Opulos Inc.

    Opulos Inc. - 2019-01-29

    Make sure you are adding the Accordion object to the form, (e.g. form.Controls .Add(accordion);) and make sure the accordion DockStyle is set to fill (accordion.Dock = DockStyle.Fill;).

     
  • Opulos Inc.

    Opulos Inc. - 2019-12-16
    • status: open --> closed
    • assigned_to: Opulos Inc.
     

Log in to post a comment.