Top "Autoresize" questions

Autoresize refers to a computed dimension of a GUI element which is implicitly recalculated.

Resizing UITableViewCell content width automatically

I have some code that creates a table cell with a slider. It's pretty straightforward and it sizes well on …

iphone ipad uitableview autoresize
How to make a WPF ListView no taller than its contents but fit to the window with other controls?

I'm trying to arrange a WPF UI as follows: At top of the window are some controls of self-determining height (…

wpf listview wpf-controls autoresize docking
Autoresizing issue in Xcode 8

=== EDIT ======== This issue is now solved in Xcode 8.1. I have checked. ================ I don't know auto-layout properly. So, I am using …

ios storyboard swift3 autoresize xcode8
NSView's autoresizing behavior

I need to understand how NSView autoresizes it's views. I've set everything up in IB and my subviews resize nicely (…

cocoa macos nsview autoresize
How to auto-resize qt widget?

QT Version: 4.5.2 OS: ubuntu 8.04 I have a trouble with auto-resizing widget, here is an example: alt text http://img15.imageshack.…

qt autoresize
Auto-Resizing JTextArea

I want my JTextArea to resize itself (expand vertically) when the last line (that the text area's height can offer) …

java jtextarea autoresize
( Autoresizing mask ) flexible width of an image with fixed height

I have been playing around with iPhone interface building using only code and not using IB. Now I'm facing the …

iphone width mask autoresize
CALayer autoresizing on iPhone/iPad: How?

I'm trying to create a UIView subclass ("GradientView") that will fill itself with a gradient of various colors. I've implemented …

iphone ipad resize calayer autoresize
iPhone UIWebView width does not fit after zooming operation + UIInterfaceOrientation change

I created a bare bones iPhone app with a UIWebView (Scales Page to Fit = YES, shouldAutorotateToInterfaceOrientation = YES) and loaded a …

iphone uiwebview width zooming autoresize
Autosize UILabel

Is there a way to auto size a UILabel? given size 40 x 40 the text font size would adjust based on …

ios objective-c swift uilabel autoresize