C
C#2y ago
palusi

❔ 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
palusi
palusiOP2y ago
Something like this
RubyNovaDev
RubyNovaDev2y ago
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
palusi
palusiOP2y ago
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?
RubyNovaDev
RubyNovaDev2y ago
Heyo I've not been around - you might get a better answer for this in #gui
palusi
palusiOP2y ago
ok thank you
JakenVeina
JakenVeina2y ago
there are definitely controls in WPF that you can use to build user-manipulatable shapes
JakenVeina
JakenVeina2y ago
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).
JakenVeina
JakenVeina2y ago
also, for reference
JakenVeina
JakenVeina2y ago
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).
JakenVeina
JakenVeina2y ago
GridSplitter Class (System.Windows.Controls)
Represents the control that redistributes space between columns or rows of a Grid control.
palusi
palusiOP2y ago
thank you
Accord
Accord2y ago
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.

Did you find this page helpful?