NO

Author Topic: Splitter Control  (Read 12576 times)

Manos

  • Guest
Splitter Control
« on: April 10, 2014, 09:02:45 PM »
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.
« Last Edit: April 11, 2014, 05:38:32 PM by Manos »

Grincheux

  • Guest
Re: Splitter Control
« Reply #1 on: March 14, 2015, 09:03:59 PM »
I was looking for one. I did not want to wite one.
I take.


Thanks Manos.




Offline WiiLF23

  • Member
  • *
  • Posts: 64
Re: Splitter Control
« Reply #2 on: December 11, 2023, 02:16:16 AM »
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!