Top "Resize" questions

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

WPF: How to display an image at its original size?

I have a problem with displaying images in WPF. Here's my code: <Button HorizontalAlignment="Left" Grid.Column="1" Grid.Row="5" …

wpf image resize size
Use autolayout to set dynamic UIView to match container view

I have a UIView in IB that has another UIView within it, which I am using as a container view. …

ios uiview autolayout resize
Canvas drawImage scaling

I'm trying to scale an image proportionately to the canvas. I'm able to scale it with fixed width and height …

javascript canvas html5-canvas resize drawimage
When the keyboard appears, the Flutter widgets resize. How to prevent this?

I have a Column of Expanded widgets like this: return new Container( child: new Column( crossAxisAlignment: CrossAxisAlignment.stretch, children: <…

keyboard resize widget textfield flutter
Resize images with Glide in a ImageView Android

I have a lot of doubts about the treatment of the images in android, and I was hoping to see …

android imageview resize android-glide
textarea - disable resize on x or y?

I know it's possible to disable the resize of a textarea by using: textarea { resize: none; } But is it possible …

css resize textarea
Minimize a window in WPF?

How do you minimize a window programmatically when using windows WPF? I can seem to find a .Resize attribute?

c# wpf windows resize minimize
window.resize event firing in Internet Explorer

As you are aware, in Internet Explorer, the window.resize event is fired when any element on the page is …

javascript jquery internet-explorer javascript-events resize
AngularJS : What is the best way to bind to a global event in a directive

Imagine the situation in AngularJS where you want to create a directive that needs to respond to a global event. …

javascript angularjs events resize directive
How to move and resize a form without a border?

Does anyone know how I can resize a winform when it has no border. I don't want the default border …

c# winforms resize border formborderstyle