开发者

Implementing a resize grip on WPF controls

开发者 https://www.devze.com 2023-03-15 16:31 出处:网络
I want the user to be able to re-size ScrollViewer controls in my WPF application. I\'m creating the ScrollViewer controls at runtime, so the resize grip needs to be implementable via the c# code.

I want the user to be able to re-size ScrollViewer controls in my WPF application. I'm creating the ScrollViewer controls at runtime, so the resize grip needs to be implementable via the c# code.

This may be a solution but i don't understand Visual basic thus i cant understand of it

Scree开发者_如何学JAVAnshot of my application. I need a resize grip on the light-green box(Which is a ScrollViewer).


Is this what you are looking for?

Adorners were meant for things like this. The article you are referring to looks like WinForms to me...

0

精彩评论

暂无评论...
验证码 换一张
取 消