How to prevent for resizing the user control in WPF. there is option for controling in windows control. Please help me on this.
Asked
Active
Viewed 440 times
1 Answers
0
You can set the minWidth=MaxWidth=Some value and MinHeight=MaxHeight=somevalue. this should prevent re-sizing a control in wpf. You can access these properties in XAML.

Omar Zaarour
- 302
- 3
- 9