开发者

SizeToContent on UserControl

In fact the UserControl lacks the property 'SizeToContent' that we have in Window.

So the question is:

what's the easiest and right way to simulate SizeToContent=WidthAndHeight behavior on UserControl?

UPD... yeah I know it suppose to get that automatically if no Height and Width defined in the container w开发者_如何学JAVAhere you're placing a user control.

But it doesn't work when you placing one userControl with defined sizes, into another with no sizes, and altogether they go inside the container.

it this case your second control will take all the space it can get.


Use a Grid and set either the Row and Column height to * for the items you want to size to the window.


Just don't set the Width and Height properties. It will then take on whatever width and height its child requires.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜