Top "Resize" questions

Issues relating to the resizing of controls, windows, forms or screens.

How to make UIImageView automatically resize to the size of the image loaded

I have put an UIImageView control on my view with IB. The size of the control is just something I …

ios uiimageview resize point touches
Detect when window vertical scrollbar appears

Is there a simple and reliable solution for detecting window vertical scrollbar appears/disappears? window.onresize isn't triggered when after …

javascript jquery resize scrollbar
Alternative to Chrome Extension "Window Resizer"

In light of the recent controversy (Dec 2013) over the Chrome extension titled "Window Resizer", what are some alternative solutions to …

google-chrome google-chrome-extension resize responsive-design
JavaFX - Get GridPane to fit parent

I have a simple GridPane showing a couple of labels and a button, but I cannot seem to get it …

java user-interface resize javafx-2 gridpanel
Re-sizing an image without losing quality

I made this code to resize images with two factors. It works, but the quality of image is very bad …

java resize bufferedimage
How to detect a layout resize?

Dianne Hackborn mentioned in a couple threads that you can detect when a layout as been resized, for example, when …

android user-interface layout resize
how can i resize imageButton?

I want to resize my ImageButton using mouse on graphic layout or using code by android:layout_width , android:layout_…

android resize imagebutton
How to Correctly Set Minimum Sizes in Java?

For a GUI application I am creating in Java, I have the following: A JFrame, set to have a minimum …

java swing resize autoresize
FlowLayoutPanel - Automatic Width for controls?

is it possible to make the inserted items in FlowLayoutPanel automatic size of the FlowLayoutPanel? Here is an example: A …

.net vb.net resize flowlayoutpanel
UICollectionView - resizing cells on device rotate - Swift

I've created a UICollectionView, so that I can arrange views into neat columns. I'd like there to be a single …

swift rotation resize uicollectionview