TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dennis
NA
2
4.1k
How do you build a scroll bar that can pan and zoom?
Mar 6 2005 9:35 PM
I own a charting application (exe, no source) with a horizontal scroll bar that can be slid from side-to-side to view the entire chart (normal scrolling action). This scroll bar also has a grip at each end that can be used to expand/shrink its length, and thus expand/shrink the scope of the current viewing area (resulting in a zoom-in, zoom-out action). Does anyone know if this dual-action scroll bar is built from a set of "stock" functions in .NET, or does it require a fully customized approach? I would like to recreate this control in C#, and I would appreciate any information or example(s) that could help get me started. Thanks.
Reply
Answers (
1
)
sorting datagrid with empty rows
How to color the specific row of datagrid?