visual power pack control not adding in winform controls
-
jueves, 03 de noviembre de 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
- Cambiado Paul Zhou viernes, 04 de noviembre de 2011 8:10 move for better support (From:.NET Base Class Library)
Todas las respuestas
-
jueves, 03 de noviembre de 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
- Propuesto como respuesta psychopetrovich jueves, 03 de noviembre de 2011 15:27
-
viernes, 04 de noviembre de 2011 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.

