I would like to use this kind of controls in my WPF app. I don’t know what they’re called, though. On the following picture is the cursor which appears when you hover over such a control. What is the name of this type of control?
Thanks!
CodePudding user response:
its called GridSplitter and you can find another name on youtube example There are people who call this words
- ResizeMode
- ResizeLayout
- ResizeWindow
CodePudding user response:
The 5 resize cursors are
SizeAll
SizeNESW
SizeNS
SizeNWSE
SizeWE
The one shown in the image above is
SizeWE