Splitter Control

Started by Manos, April 10, 2014, 09:02:45 PM

Previous topic - Next topic

Manos

Splitter is a Control written as a static library with PelleC by me for implement splitter windows.
You can use the Splitter Control to implement splitting works in Edit Controls, Grids e.t.c.
This is accompanied with an Application to understand its usage.



I hope that my effort will help the programmers.

Athens, 10 April 2014,
Manos.

Grincheux

I was looking for one. I did not want to wite one.
I take.


Thanks Manos.




WiiLF23

Sorry, I know this is a old post. This code is working perfectly!

There was no need for me to subclass the main dialog as my project is a win32 GUI project, so quite simply performing the changes in MainDlgProc was enough to point to my control handles.

Finally a solution! Big thank you.

I plan to implement the following:

- Invalidate control handles upon resize (remove artifacts)
- Dynamically resize controls
- Custom draw 3 ••• for drag indication (vertical & horizontal)

Will post my changes to a new topic, and reference back to this topic.

Cheers!