

Michael,
I’ve done this several times.
When clicked, I collapse the row/column that the splitter controls.
You can also get the cool Outlook collapse effect by reducing the row/column to a small fixed size and display some text.
One item you have to keep track of is the row/column size so when the button is clicked again (when collapsed) it will return to the same size.
When you do this, make sure your arrows actually point to the direction of movement. The bottom applications points left but collapses (fully expands) to the right.
I can whip up an example pretty quick if you need it. Just let me know.
Cheers,
kdawg
Michael,
That code does not remember the size of the row/column when its collapsed, it always expands to the same size, regardless of the size when collapsed.
To make your great, add that feature in, your users will really appreciate it.
Karl