visual power pack control not adding in winform controls
-
giovedì 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
- Spostato Paul Zhou venerdì 4 novembre 2011 08:10 move for better support (From:.NET Base Class Library)
Tutte le risposte
-
giovedì 3 novembre 2011 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
- Proposto come risposta psychopetrovich giovedì 3 novembre 2011 15:27
-
venerdì 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.

