MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.32k stars 2.44k forks source link

Can SplitView have a GridSplitter or similar so that user can resize the left and right parts? #3763

Closed kernel-coder closed 4 years ago

kernel-coder commented 4 years ago

Is your feature request related to a problem? Please describe. I need a SplitView to have a GridSplitter like control in it so that user can resize the left and right panel.

timunie commented 4 years ago

Hi @kernel-coder ,

it is currently not build in, but I think you can create a Style on your own with a new ControlTemplate, which implements this.

here is the original one: https://github.com/MahApps/MahApps.Metro/blob/develop/src/MahApps.Metro/Themes/SplitView.xaml

You can keep this ticket on, and maybe we add this feature later (v2.0.0 has priority at the moment)

Happy coding, Tim