resize Questions

10

I need to resize a window larger than screen resolution or size of desktop, programmatically & preferably also manually. Since MS-Windows XP/Vista disallows a window size larger than screen, d...
Phantasm asked 15/1, 2009 at 7:4

15

Solved

I've got this select element with different option in it. Normally the select element would get its width from the biggest option element, but I want the select element to have the default option v...
Straley asked 20/11, 2013 at 9:4

5

Solved

I want to have an input whose width adapts to fit its content. I'm trying to implement this answer to a similar question, but using React: import React, { useState } from 'react'; export default (...
Ankney asked 25/11, 2020 at 19:31

5

Solved

I have a WPF app with multiple controls on each window, some overlayed etc, what i need is a way of getting the app to resize itself automatically depending on the screen resolution. Any ideas ?
Metcalfe asked 14/11, 2011 at 12:55

4

Solved

I have looked up a million techniques and I can't get this to work and I know there is other posts similar to this. I'm sorry if it bugs anyone but I need specific instructions for my code cuz me s...
Polard asked 21/3, 2016 at 1:21

7

Solved

How should I set the dimensions of an iframe dynamically, so the size is flexible for different viewport sizes? For example: <iframe src="html_intro.asp" width="100%" height="300"> <p&g...
Magree asked 6/9, 2011 at 9:33

1

I have a number of Dialogs that use a keyboard for text input. Whenever the keyboard is activated, the Dialog windows shift position upwards and resize. I would like to stop this behaviour so that ...
Exciting asked 9/9, 2022 at 10:45

9

Solved

I want to find out which algorithm is the best that can be used for downsizing a raster picture. With best I mean the one that gives the nicest-looking results. I know of bicubic, but is there some...
Tympanist asked 21/12, 2008 at 21:40

17

As Size, Width and Height are Get() properties of System.Drawing.Image; How can I resize an Image object at run-time in C#? Right now, I am just creating a new Image using: // objImage is the ori...
Haemin asked 17/12, 2009 at 14:9

52

Solved

There was another thread about this, which I've tried. But there is one problem: the textarea doesn't shrink if you delete the content. I can't find any way to shrink it to the correct size - the c...
Tithonus asked 17/1, 2009 at 22:30

9

Is there a simple and reliable solution for detecting window vertical scrollbar appears/disappears? window.onresize isn't triggered when after JavaScript DOM manipulation page becomes high enough ...
Dumond asked 1/2, 2010 at 10:32

10

Solved

WPF doesn't provide the ability to have a window that allows resize but doesn't have maximize or minimize buttons. I'd like to able to make such a window so I can have resizable dialog boxes. I'm ...
Extrabold asked 4/12, 2008 at 4:51

4

Solved

I am using React 15 on Chrome and want to hook up an event listener to detect changes to a parent container. After looking around for options, I came across ResizeObserver and am not sure how to ge...
Cyndy asked 8/7, 2019 at 20:1

4

Solved

i've really searched through over the entire web before posting. My problem is that i cannot resize bitmap without losing the quality of the image (the quality is really bad and pixelated). I take...
Endoderm asked 9/5, 2013 at 15:40

27

Solved

So I currently use something like: $(window).resize(function(){resizedw();}); But this gets called many times while resizing process goes on. Is it possible to catch an event when it ends?
Whitefly asked 30/3, 2011 at 17:37

6

Solved

How does Stackoverflow implement the resizable textarea? Is that something they rolled themselves or is it a publicly available component that I can easily attach to textareas on my sites? I fou...
Zeigler asked 29/9, 2008 at 16:14

8

Solved

THE PROBLEM: When I grab the resize border of my Windows app, especially the top or left borders, and resize the window, the contents of the window do resize "live" as I drag, but they re...
Felker asked 26/10, 2018 at 1:40

4

Solved

I created 2 rows of push buttons, each row is inside a QHBoxLayout. I create the buttons in the code: static const char* buttonText = "23456789TJQKA"; for (int ii = 0; buttonText[ii]; ii++) { ...
Conn asked 10/7, 2011 at 3:33

2

Update 1: Here's the simplified version: So I have a special fixed-size child window that I want to make it stay at the right side of the resizable main window. When users resize the main window b...
Reade asked 17/6, 2018 at 17:35

5

Solved

I'm getting a no image display when resizing PNG however the following code works for JPEG. list($width_orig, $height_orig) = getimagesize( $fileName ); $ratio_orig = $width_orig/$height_orig; i...
Usance asked 21/2, 2011 at 10:31

8

I am setting a drawable for a progress dialog (pbarDialog) but my issue is I want to resize the drawable each time but can't figure out how. Here is some code: Handler progressHandler = new Handl...
Risa asked 11/8, 2011 at 6:16

10

I wonder how I could make an image resize along with the browser window, here is what I have done so far (or download the whole site in a ZIP). This works okay in Firefox, but it has problems in C...
Afterbrain asked 13/1, 2011 at 19:25

24

Solved

I have a Column of Expanded widgets like this: return new Container( child: new Column( crossAxisAlignment: CrossAxisAlignment.stretch, children: <Widget>[ new Expanded( flex: 1, chil...
Planish asked 3/10, 2017 at 18:37

9

Why won't my input resize when I change the type to type="number" but it works with type="text"? EXAMPLE Email: <input type="text" name="email" size="10"><br/> number: <input typ...
Adelaadelaida asked 28/3, 2014 at 10:11

4

I use the Monaco Editor. My full code is too long to be posted here but this is my settings: automaticLayout: true, folding: false, theme: 'vs-dark', lineNumbers: 'off', minimap: { enabled: fals...
Burdened asked 29/1, 2020 at 9:13

© 2022 - 2025 — McMap. All rights reserved.