Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Property Grid
  New Posts New Posts RSS Feed - Adding a scrollbar to the description pane
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Adding a scrollbar to the description pane

 Post Reply Post Reply
Author
Message
ktomlinson View Drop Down
Newbie
Newbie


Joined: 28 July 2008
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote ktomlinson Quote  Post ReplyReply Direct Link To This Post Topic: Adding a scrollbar to the description pane
    Posted: 28 July 2008 at 7:09am
Hi guys, does anyone know if it is possible to add a scrollbar to the description/help pane of the property grid?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 29 July 2008 at 2:06am
Hi,
 
With 12.0.1 you can use Markup:
 
  m_wndPropertyGrid.EnableMarkup();
  pItemGreeting->SetDescription("<ScrollViewer><TextBlock>Text Text Text<LineBreak/>Text Text Text</TextBlock></ScrollViewer>");
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
ktomlinson View Drop Down
Newbie
Newbie


Joined: 28 July 2008
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote ktomlinson Quote  Post ReplyReply Direct Link To This Post Posted: 29 July 2008 at 6:26am
Many thanks for the prompt response, Oleg. We're actually using version 9.81- I probably should've pointed that out! I think we should update.

Once again, many thanks for your help!
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.