Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. scroll bar size in CSrollView

scroll bar size in CSrollView

Scheduled Pinned Locked Moved C / C++ / MFC
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mishgun
    wrote on last edited by
    #1

    I'm working on view that should display some graphic charts. I've derived my view from CScrollView. Is it possible to change size of horizontal scroll bar of view: i want insert some buttons in bottom-right corner of view. thanks in advance. nobody is perfect

    R 1 Reply Last reply
    0
    • M mishgun

      I'm working on view that should display some graphic charts. I've derived my view from CScrollView. Is it possible to change size of horizontal scroll bar of view: i want insert some buttons in bottom-right corner of view. thanks in advance. nobody is perfect

      R Offline
      R Offline
      Roger Allen
      wrote on last edited by
      #2

      To do this you will have to replacethe standard scrollbars used by the scrollview, Add 2 CScrollBar controls to your inherited view, create them and override the GetScrollBarCtrl() virtual base class function, and return the correct pointer for SB_HORZ and SB_VERT. I think that is the first step in doing what you want! Roger Allen Sonork 100.10016 He dodges, he weaves, and he never gets enough sleep. He is kind to small animals. - Chris maunder. You can tell from his picture he doesn't sleep, and what kind of things does he weave?

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups