Top "Resize" questions

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

WPF TextBlock font resize to fill available space in a Grid

I have some text that is displayed at run time in a textblock. I want the font size to be …

wpf fonts resize textblock
What is the best way to resize a BitmapData object?

Say I have a BitmapData of 600x600 and I want to scale it down to 100x100.

flash actionscript-3 image resize bitmapdata
PIL Image.resize() not resizing the picture

I have some strange problem with PIL not resizing the image. from PIL import Image img = Image.open('foo.jpg') …

python resize python-imaging-library
how to resize physical android screen from terminal/shell

A while ago, I was able to resize the screens on Android. For example, I had a Xoom, and was …

android resize adb screen tablet
Python: How to Resize Raster Image with PyQt

I need to find a way to re-size an input raster image (such as jpg) to a specified width/height …

python image pyqt resize aspect-ratio
How to resize JavaFX ScrollPane content to fit current size

I have a BorderPane with a ScrollPane as the center element. It resizes automatically to fill the screen. Inside the …

resize javafx autolayout scrollpane
iframe size with CSS on iOS

There's an iframe, which basically has more content than fits into the frame. The sizing of the frame is based …

ios css mobile iframe resize
Removing the $(window).resize Event in jQuery

Part of the page I'm developing requires a $(window).resize event to be added to a div when a user …

javascript jquery resize
jQuery combine .ready and .resize

Some (well, nearly all) of my code that is in my jQuery .ready function also applies when the window is …

jquery resize ready
How to perform change detection on div resizing

I use Bootstrap for my layout and I need to check if the automatic calculated size of my div with …

resize angular angular2-changedetection