Top "Sizetocontent" questions

How do you keep the WPF window sized to content with an Expander after resize

I've got a WPF window with SizeToContent="Height". This window contains an <Expander /> that displays a list of …

.net wpf sizetocontent
Xamarin.Forms ListView size to content?

I have a pretty large form (adapted mainly for tablets), that has a TabbedPage nesting a ScrollView and a vertical …

listview xamarin.forms height sizetocontent
Get ListBox to resize with window, but not resize with content

There must be an elegant solution to this problem, but I can't find anything online. I have a grid that …

wpf xaml listbox grid sizetocontent
SizeToContent on UserControl

In fact the UserControl lacks the property 'SizeToContent' that we have in Window. So the question is: what's the easiest …

c# wpf user-controls sizetocontent
Why two columns in a WPF Grid with * do not have the same size?

with the following code I expected to end with two ListBox with the same Width as they are into two …

.net wpf grid resize sizetocontent
WPF - Trying to set the MinHeight of resizeable window based on its initial height

I am trying to set the MinHeight / MinWidth of a resizeable window based on its initial height (when SizeToContent="WidthAndHeight"). …

wpf resize binding sizetocontent css