Reputation: 158
I built a custom control in wpf c#. I put it in the Shell xaml of my project among with other things. I want the user to be able with mouse down and drag to change the width. Is there any control I can put my custom one in order for that to happen?
Upvotes: 1
Views: 97
Reputation: 158
After searching I found this example which solves my problem.
http://msdn.microsoft.com/en-us/library/ms745672(v=vs.110).aspx
It is a gridsplitter between to columns and it enables resizing thr columns.
Thanks for all replies!
Upvotes: 1