ppescher / resizablelib

A set of MFC classes to easily make resizable windows
Other
55 stars 27 forks source link

Question: how does resizelib respond to existing gripper? #33

Open adipose opened 2 days ago

adipose commented 2 days ago

CStatusBar can have style SBARS_SIZEGRIP, which creates a gripper in the bottom right of the statusbar.

What does resizelib do in this case? Does it just draw on top of it?

I tried to disable the gripper from resizelib, but I realized it was being drawn by win32, as well.