|
-
Feb 25th, 2004, 02:23 AM
#1
Thread Starter
Member
How to autoscroll a panel control?
Hi all. I am in need of programmatically performing scrolling of the scrollbars that appears on a panel. Does anyone knows how do i do so?
Thanks in advance.
-
Feb 25th, 2004, 08:06 PM
#2
Originally posted by Archaven
Hi all. I am in need of programmatically performing scrolling of the scrollbars that appears on a panel. Does anyone knows how do i do so?
Thanks in advance.
it's all about scrollbars these days ha?
The only thing that I would know would be to call Panel.ScrollControlIntoView(). I dont know if you can actually change the scroll position as you would with a scrollbar
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Mar 4th, 2004, 10:22 AM
#3
Thread Starter
Member
thanks mr. polite for your suggestion.
but ScrollIntoView is not what i am looking for. basically i am drawing in a panel. let say i have an object in the panel, for ex. a rectangle. the user selected the rectangle and drag it beyond the screen panel. so, i will need to programmatically scroll the panel and redraw the position of the rectangle.
hope you can provide me with some idea. thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|