CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Scrollbar

  1. #1
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Scrollbar

    Hi All,

    I want to change the standard scrollbars. Like in the RichTextBox Object for example.
    By change I mean the button pictures and I would like to change the Slider background etc.

    Can this be done in a 'normal' way?
    So no hidding with other objects, clueing controls etc.
    So in a normal Windows form C# way.

    or is this the breakpoint to switch to WPF........

    regards,

    Ger

  2. #2
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Re: Scrollbar

    Hi All,

    A little test program, I changed the upper scroll button with a red dot image.
    I used WPF in combination with Blend 4.

    regards,

    ger
    Attached Files Attached Files

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Scrollbar

    In my opinion, switching to WPF is the way to go and gives you more control over UI customizations.

  4. #4
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Re: Scrollbar

    Hi Arjay,

    Thanks for the reply, I'm trying to find my way in WPF as we speak. It is not easy I must say.....

    regards,

    Ger

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