Top "Autosize" questions

A user interface implementation to automatically resize a control or element to accommodate its contents.

WPF UserControl Design Time Size

When creating a UserControl in WPF, I find it convenient to give it some arbitrary Height and Width values so …

wpf user-controls autosize
How to make scrollviewer work with Height set to Auto in WPF?

I have learned that if the height of a grid row, where the ScrollViewer resides, is set as Auto, the …

wpf xaml uwp-xaml scrollviewer autosize
Two columns table : one as small as possible, the other takes the rest

I have a to-columns table in a div : <div> <table> <tbody> <tr> &…

html css html-table autosize
Autosizing of TextView doesn't work (Android O)

I use new autosize feature added in support library 26. I read a documentation which can be found here : https://developer.…

android textview android-support-library autosize android-8.0-oreo
Auto resize window content in WPF

When debugging my WPF programs I have noticed that when the window is the set size, the contols look just …

c# wpf autosize
autosize textarea in angular2

I am working on angular2 applciation. i have a requirement to autosize textarea. I am trying to reuse the angular2…

angular textarea autosize
In XAML how to say: default width and height for e.g. TextBox

So I'm coming at WPF from a HTML perspective. I just want to put a TextBox on my Window like …

wpf xaml textbox font-size autosize
How do I autosize the column in SlickGrid?

I want slickgrid to autosize the columns based on the widest content or header text - whichever is wider. In …

slickgrid autosize tablecolumn
How to speed up autosizing columns in apache POI?

I use the following code in order to autosize columns in my spreadsheet: for (int i = 0; i < columns.size(); …

java performance excel apache-poi autosize
How to get a UserControl to stretch to fill the alloted space?

In a 630 x 400 Window, I'm loading there XAML elements: menu at top dynamic user control footer at the bottom The …

wpf xaml autosize