How to add Scrollviewer inside Dragdockpanel?
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Guys.. I need to add scrollviewer in dragdockpanel. how to do this? plz help me...
-
Hi Guys.. I need to add scrollviewer in dragdockpanel. how to do this? plz help me...
If you want to scroll the elements of your panel, you can wrap it with a
ScrollViewer
.If yow want to wrap an inner part of the control with a
ScrollViewer
, you can do it by changing the ControlTemplate of the control.