Top "Autosize" questions

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

How to set width to 100% in WPF

Is there any way how to tell component in WPF to take 100% of available space? Like width: 100%; in CSS I've …

wpf width autosize
Wpf control size to content?

How do I make a WPF control to change its size according the content in it?

wpf wpf-controls autosize
How to scale/resize text to fit a TextView?

I'm trying to create a method for resizing multi-line text in a TextView such that it fits within the bounds (…

android resize textview autosize
Resize <div> automatically based on text?

I've got the following JS Fiddle to demonstrate what I'm trying to accomplish: http://jsfiddle.net/sVKU8/2/ 1) I assume this …

css html width autosize
DataGridView Row Height Autosize

Hi i am using the DataGridView in the C#.Net 3.5 and i want the height of the all row is …

c# datagridview height rows autosize
How to make DockPanel fill available space

I'm trying the content of a shopping cart in an ItemsControl(ListBox). To do so, I've created the following DataTemplate: &…

.net wpf autosize dockpanel
ListView column auto sizing

Let's say I have the following ListView: <ListView ScrollViewer.VerticalScrollBarVisibility="Auto"> <ListView.View> <GridView> &…

wpf listview autosize
how to get a UITableView row height to auto-size to the size of the UITableViewCell?

How to get a UITableView row height to auto-size to the size of the UITableViewCell? So assuming I'm creating the …

iphone ios uitableview autosize
How to PHPExcel set auto-columns width

I'm working with PHPExcel to export data for download. When open downloaded files, with cells have big number, it show "#######" …

php width phpexcel autosize
How do I configure a TextBox control to automatically resize itself vertically when text no longer fits on one line?

How do I configure a TextBox control to automatically resize itself vertically when text no longer fits on one line? …

wpf textbox autosize