visual power pack control not adding in winform controls

Locked visual power pack control not adding in winform controls

  • 2011年11月3日 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

    • 已移动 Paul Zhou 2011年11月4日 8:10 move for better support (From:.NET Base Class Library)
    •  

全部回复

  • 2011年11月3日 15:27
     
     建议的答复

    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

  • 2011年11月4日 5: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.