visual power pack control not adding in winform controls

Locked visual power pack control not adding in winform controls

  • 3 พฤศจิกายน 2554 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 4 พฤศจิกายน 2554 8:10 move for better support (From:.NET Base Class Library)
    •  

ตอบทั้งหมด

  • 3 พฤศจิกายน 2554 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

    • เสนอเป็นคำตอบโดย psychopetrovich 3 พฤศจิกายน 2554 15:27
    •  
  • 4 พฤศจิกายน 2554 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.