splitter thickness
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hello. 1. How to change in CSplitterWnd actual splitter thickness? 2. Can I put control on the splitter strip (like button or ...)? Thanks. :)
Read through
winsplit.cpp
(MFC source). You're gonna derive a class fromCSplitterWnd
, and adjust the width (and handling of mouse clicks or whatever) that way.You must be careful in the forest Broken glass and rusty nails If you're to bring back something for us I have bullets for sale...
-
Read through
winsplit.cpp
(MFC source). You're gonna derive a class fromCSplitterWnd
, and adjust the width (and handling of mouse clicks or whatever) that way.You must be careful in the forest Broken glass and rusty nails If you're to bring back something for us I have bullets for sale...