visual power pack control not adding in winform controls

Locked visual power pack control not adding in winform controls

  • jeudi 3 novembre 2011 10:46
     
     

    Hi,

    I am using visual power pack controls on my winform panel.

    like I am drawing a line and rectangle on panel, I want as I'll increase the length of line panel should show auto scrolling, but it is not showing. The same thing is happening with forms control like button richtextbox n all...

     

    Kindly let me know the solution, Thanks in advance.

    Regards

    Mohit Jain

    • Déplacé Paul Zhou vendredi 4 novembre 2011 08:10 move for better support (From:.NET Base Class Library)
    •  

Toutes les réponses

  • jeudi 3 novembre 2011 15:27
     
     Réponse proposée

    Form has AutoScroll property, set that to true and after form resize it will show scroll bars.

    http://msdn.microsoft.com/en-us/library/system.windows.forms.form.autoscroll(v=vs.90).aspx

  • vendredi 4 novembre 2011 05:00
     
     

    Thanks for replying,

    I know Form has property of AutoScroll, but my question is when we drag and drop line (which is a Visual Basic PowerPack Control) and the length of this line is more than the length of Form then this AutoScroll property not works.

    It is not showing scroll in this case.