Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Using tooltips Collapse All
Subject Author Date
Pierre MEDART Sep 27, 2007 - 9:39 AM

In our legacy application, we are using an CTreeControl.

The tooltips, that we display is this tree, are old fashioned (yellow). How can we get the new tooltip look (Office2007) ?

We’d also like to use these tooltip on a grid (not a prof-ui one).

We use a paint manager that is based on the CExtPaintManagerOffice2007_Blue or CExtPaintManagerOffice2007_Blak

Technical Support Sep 27, 2007 - 2:24 PM

You could use a CExtTreeGridWnd control with a single column proportionally resized to the entire client area’s width (the __EGBS_BSE_EX_PROPORTIONAL_COLUMN_WIDTHS style should be applied) instead of the tree view common control. This grid control should have one header row at top. If you don’t need the header row, you can set its height to zero (using the OuterRowHeightSet() method).