❔ wpf question
is there a transform control in wpf with which i can let the user, for example, scale an object at the corners or move the object
12 Replies
Something like this
No, because that's not how it's designed
The XAML works closer to something like HTML
If you want actual transforms you'd probably want an actual game engine or dedicated render pipeline instead of D3D9 with markup bootstrapped on top
ok thanks, is there any way in wpf to provide a menu on the side where the user can adjust the width of this menu bar with the mouse?
Can someone help?
Heyo I've not been around - you might get a better answer for this in #gui
ok thank you
there are definitely controls in WPF that you can use to build user-manipulatable shapes
Shapes and basic drawing overview - WPF .NET Framework
Enhance your user interface with ready-to-use shapes and several layers of rendering services in Windows Presentation Foundation (WPF).
also, for reference
Graphics rendering overview - WPF .NET Framework
Learn about the role of the basic graphics rendering class from which every object derives in the Windows Presentation Foundation (WPF).
try giving this a read https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.gridsplitter?redirectedfrom=MSDN&view=windowsdesktop-7.0
GridSplitter Class (System.Windows.Controls)
Represents the control that redistributes space between columns or rows of a Grid control.
thank you
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.