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 » BackstageView / width of left-side pane Collapse All
Subject Author Date
Wilhelm Falkner May 12, 2012 - 8:11 AM

Hi,


where can I define/set the width of left-side pane of the Backstage?


The problem is, when having longer texts/buttons/icons on the left-side pane it will be wrapped into 2 or more lines. Basicly no problem, but then the highlighting is not at the right position. You can test this very easily with applying longer texts at Your RibbonBarMDI_DocView sample.


 


TIA


Willi

Technical Support May 16, 2012 - 3:01 AM

It’s the <code>bsv_top_level_menu</css> tag. Its width set to <code>8.5em</css> in the <code>CExtRibbonBackstageViewWnd::OnRcgwGenerateContent()</css> virtual method. You can override it and append re-defined widths for the <code>bsv_top_level_menu</css> tag by appending the new CSS block.

Wilhelm Falkner May 21, 2012 - 8:57 AM

It’s working :-)


 


Thanks


Willi