Top "Resize" questions

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

python qt : automatically resizing main window to fit content

I have a main window which contains a main widget, to which a vertical layout is set. To the layout …

qt pyqt resize qtablewidget
How to change stack size for a .NET program?

I have a program that does recursive calls for 2 billion times and the stack overflow. I make changes, and then …

.net resize stack stack-overflow
How to resize an image i picked from the gallery in android?

I am building an android where. Inside of one activity I have an image button. When I click on it …

android image resize gallery
Resize textField Based On Content

How can a textField be resized based on content while using auto-layout in an iOS application written in Swift? The …

ios swift resize textfield
What is the best way to stop a user from resizing the top-level window of an application written in WPF?

What is the best way to stop a user from resizing the top-level window of an application written in WPF?

wpf resize size
MATLAB: Automatic resizing of GUI components/fonts

I am having problems in trying to make my MATLAB GUIs automatically resizeable. After exhaustively searching the web for help …

matlab user-interface resize screen-resolution
How To Resize a Video Clip in Python

I want to resize a video clip in python 2.7. For example we give "movie.mp4" with 1080p quality The result …

python video ffmpeg resize moviepy
How do you stop a JLabel changing its size when its text changes?

I'm generating some JComponents in code and using the GridBag layout to arrange them. My layout consists of 12 rows and 3 …

java swing jlabel resize gridbaglayout
Dropzone Resize Function

I have implemented a dropzone page using http://www.dropzonejs.com/ I am having trouble with the resize functionality. My …

resize dropzone.js
How to draw and scale a bitmap on a canvas using bicubic interpolation in Android?

I want to draw a bitmap on a canvas with bigger size than it is. I can use canvas.drawBitmap(…

android drawing resize bitmap bicubic