Top "Autoresize" questions

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

UIWebView - Autoresize so that no scrolling (in the webView itself) is needed

I'm trying to use a UIWebView for displaying content higher than the screen of the iPhone, without needing to scroll …

iphone uiwebview uiscrollview uitextview autoresize
Auto resizing controls on full screen in windows forms

I want to auto resize my windows form controls on fullscreen. I use tableLayoutPanel and anchoring. But it's not pleasing …

c# winforms fullscreen autoresize dock
how to fix javafx - tableview size to current window size

I'm totally new to standalone applications. Please any one help me on this. I have TableView with 6 columns which is …

javafx tableview autoresize
Is there any way I can make images on buttons auto-resize to fit the screen?

So I have four buttons, all of them use match_parent for both height and width. I use the "drawableTop" …

android android-layout button autoresize
How Do I Change Bootstrap Grid When Window Resizes?

In my website, I have a box that's not sizing like I want. <div class=" col-md-12">...</div&…

css twitter-bootstrap resize material-design autoresize
UIWebView not autoresizing to fit screen

I have an app that uses a UIViewController to display articles in a UIWebView, some of which have images. I …

iphone objective-c uiviewcontroller autoresize
App Inventor's apps resize background image and other content depending on screen size

I am programming with app inventor and I want my app to support all screen resolutions and aspect ratios and …

background-image autoresize screen-size app-inventor
UIView Autoresizing

I could easily spend hours (if not days) trying to figure this out (I'm already several hours into it!!!) I …

ios uiview autoresize autoresizingmask
Resizing UINavigationBar on rotation

I have a subclass of UIViewController which handles a UIView. The viewcontroller is presented modally (it slides up from the …

iphone rotation uinavigationbar landscape autoresize
UIView: how to "reset" transformations. CGAffineTransformScale not working as I would expect

I think my question can be summed up as how to store and reset the transform of a view. But …

ios uiview autoresize cgaffinetransformscale