How to get GridSplitter to move between extremes
Posted
by AKoran
on Stack Overflow
See other posts from Stack Overflow
or by AKoran
Published on 2010-06-11T18:56:49Z
Indexed on
2010/06/11
21:52 UTC
Read the original article
Hit count: 431
wpf
I have a Gridsplitter in a vertical grid and ideally what would like to see two buttons in the GridSplitter. An up button would automatically move the splitter to the highest top position and a bottom button would move it all the way down. However, the GridSplitter cannot contain other items. Any thoughts on a way around this? I thought of just making a panel and then sandwiching it between two GridSplitters?
© Stack Overflow or respective owner