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 » CScrollView not skinned? Collapse All
Subject Author Date
Bangjun Lei Oct 30, 2007 - 2:56 AM

Dear Sir./Madam.,

I found out that my view derived from CScrollView in the MDI application is not skinned (mainly the titlebar and the scroll bars). What should I do to make it skinned? Probably you ask me to take a look at drawcli. But what are essential to do?

Thanks!

Technical Support Nov 12, 2007 - 6:48 AM

The scrollable view window in the DRAWCLI sample is based on the CExtSplitterWnd class which creates and uses skinned CExtScrollBar windows. But in your CScrollView-derived class, it is non-client areas that look like scroll bars. They are not related to skinned Prof-UIS scroll bars. You can also switch to using a skinned splitter window, make your scroll view using Prof-UIS scroll bars or switch to using Prof-UIS based scrollable windows (CExtScrollWnd) with skinned Prof-UIS scroll bars.