CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2007
    Location
    Australia
    Posts
    151

    Smooth Scrolling (Rich Text Box)

    In the visual studio IDE, when you use the mouse scroller (up or down), it moves only for a little while, and nice and smooth, and it doesn't get faster if you move your mouse wheel faster...

    I am wondering how I can get the same result in my rich text box.. It is sort of an IDE itself (IDE being an integrated development environment) but on a much lesser scale.. I will be using syntax coloring and things like that, and I really just want a nice smooth scroll, does anyone know how to achieve this?

    Thanks

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Smooth Scrolling (Rich Text Box)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured