Top "Autoresize" questions

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

How to hide a UIView completely when changing orientation?

I want to design a view/view controler that automaticaly shows/hides a subview when in landscape orientation. I want …

iphone iphone-sdk-3.0 uiview autoresize
UIView Autoresizing Resources

I've been working on autoresizing a custom UIView and Apple has very little to say on this. What's more, based …

iphone uiview autoresize
Automatic image resizing in a CSS flow layout to simulate a html-table layout

I have an image that, depending on the screen resolution, drops down out of sight in my CSS flow layout …

html css screen-resolution autoresize
Java JTextArea that auto-resizes and scrolls

I have a JTextArea in a JPanel. How can I have the JTextArea fill the whole JPanel and resize when …

java swing jpanel autoresize jtextarea
How browser auto resize website to mobile browse?

I created a website without using mobile theme. If i open my website in my smart phone browser, it resizing …

css browser web resolution autoresize
How to resize an image when resizing the window in JavaFX

I want an image to be resized automatically when the user drags the main window. Is that possible? I have …

java eclipse autoresize
How to resize Title in a navigation bar dynamically

I have some views that show up in a navigation controller. Two of these views have a longer title for …

iphone uinavigationcontroller resize uinavigationbar autoresize
PHP Thumbnail Image Resizing with proportions

As a brief run down, I am currently making a dating type site. Users can create accounts and upload profile …

php image-processing resize thumbnails autoresize
JavaFX how to get menubar to fit to parent in width only?

I am using Scene Builder to create my GUI and my menu bar isn't resizing to the parent. How do …

java resize javafx menubar autoresize
swift: programmatically create UILabel fixed width that resizes vertically according to text length

I've seen answers to vertical resizing that involve autolayout, but the UILabels I'm creating are only needed at runtime. (I …

ios swift uilabel autoresize