zoukankan      html  css  js  c++  java
  • XP Style Scrollbars on CFormView

    After spending a day with CFormView I finally got the scrollbars on CFormView to appear in the XP Style. I had a CFormView in a MDI app (and I tried an SDI app with the same results) that when I shrunk one of the child windows the scrollbars that automatically appeared were not drawn in the XP style. If I clicked on the slider or the arrow that portion of it would be redrawn in XP style but as soon as the child window size was changed they would be drawn in the old style again. This was VERY annoying. The fix turns out to be incredibly simple. I went into the resource editor and set the Vertical and Horizontal Scroll styles. Poof, everything worked like it was supposed to. With such a simple solution I almost feel like the day was wasted. But now I know.

    http://typedef.org/jcopenha/2005/06/07/xp_style_scrollbars_on_cformview/

  • 相关阅读:
    MySQL-多条件拼接语句
    MongoDB-C#驱动基本操作
    MongoDB-C#驱动帮助
    MongoDB-权限配置
    MongoDB-安装
    C#_实用
    提高C#代码质量-规范
    C#_Express-ickd接口
    Eclipse背景颜色修改
    Java中可变长参数的方法
  • 原文地址:https://www.cnblogs.com/vc60er/p/2018382.html
Copyright © 2011-2022 走看看