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 » FunnyToolBar In PageNavigator Collapse All
Subject Author Date
Celal Sen Jan 10, 2012 - 3:02 AM


I try to use PageNavigator control. In PageNavigator panes I want to show funny tool bar and use it.



In panes I can see that funny toolbar is created but buttons inserted to the funny toolbar is not shown or I could not achieve this case.



How can I do it?



Best Regards.

Technical Support Jan 12, 2012 - 3:03 AM

Only CFrameWnd-based windows reposition child control bars automatically. Other types of windows should invoke the CWnd::RepostionBars( 0, 0xFFFF, 0 ) code after creating their child bars and in their OnSize() handler methods.