Questions tagged [sizing]

The operation of making appropriate scale according to size which can be dynamic.

Applicable in screen sizes (html) or load on server (load testing)

Please see other related tags: and .

234 questions
0
votes
1 answer

Sizing and resolution

Just wondering what are different in this sizes or resolutions 960dp x 720dp 960em x 720em 960px x 720px And in comparing with %
Simlofi
  • 95
  • 2
  • 11
0
votes
1 answer

jQuery Set height of 2 independent lists first list li the same height as second li

I have this HTML code:
  • Amount Of Bedrooms
  • Year Built:
  • Amount Of Bathrooms
Daniel Cheeseman
  • 120
  • 1
  • 17
0
votes
1 answer

WPF what determines whether scrollviewer and stackpanel give infinite size to a child as opposed to a set size?

During Measure, I'm still really confused because this results in stackpanel's child (signalgraph) being given (292,Infinity) as the availableSize in Measure:
James Joshua Street
  • 3,259
  • 10
  • 42
  • 80
0
votes
0 answers

Emergency Database-Table Sizing (using JTable Customtablemodel JPanle JScrollpane)

I have a programm I am supposed to show off on a screen that is significantly smaller than the one it was developed on and it makes it unusable due to an autosized textfield getting downsized to 0. In order to solve this problem, I want to set the…
0
votes
1 answer

Java Swing Controls: very small when minimized?

I have a Swing JFrame with some controls in a GridLayout. My problem is that the controls (Text fields) appear too small when the frame is minimized. I tried to avoid this by setting: setPreferredSize and setSize but still, I have to maximize the…
Mina Wissa
  • 10,923
  • 13
  • 90
  • 158
0
votes
1 answer

HTML Elements position correctly on Mac but not on PC

I've used absolute positioning to place an element at the bottom of an image and it looks great on the Mac but is positioned too high on my PC, even when using the same browser on both computers. Would using percentages, pixels, em, or inches be…
RMi Flores
  • 337
  • 4
  • 6
  • 14
0
votes
1 answer

How to control Grid Height?

I have a grid that contains 2 child controls. I have a simple stack panel and a ListBox that will reside in the grid:
MickeySixx
  • 195
  • 1
  • 2
  • 15
0
votes
1 answer

Picture going outside the phones screen

I am trying to make an image application and i have a button and and image view in one of my xml files. I have a default picture on the image view. On some devices its to small or its too big. I dont want the picture to go outside the screen or…
brian
  • 1
  • 1
  • 1
  • 5
0
votes
4 answers

jQuery mobile button stretching too far

For some reason the button under the text fields seems to get wider than the textboxes the more I resize the browser window. Any ideas why? SCRN : HTML : Title
sprocket12
  • 5,368
  • 18
  • 64
  • 133
-1
votes
1 answer

Scrollbar in WPF C# only let scroll to half of the content

So I built the following code, which basically a sign up formular with a lot of TextBlocks, TextBoxes and Combo-boxes. All of them are wrapped up in a Grid, which is packed into a scrollview:
-1
votes
1 answer

how to fix Bokeh vbar charts' size while changing axis size?

I have 2 vbar charts stacked on each other using "column" layout in bokeh. These 2 vbar charts share the same x-axis, and x,y ranges. TOOLTIPS_1=[("Name","@Names"), ("Total Balance","@weekly{($ 0.00 a)}")] p1 = figure(x_range=names, plot_width=1000,…
chen
  • 97
  • 1
  • 10
-1
votes
2 answers

Which hardware to choose in Neo4j

I'm beginner in neo4j and I would like to store more than 500 millions nodes and more than 20 billions relationships. Which hardware is the best to deal with all this data ? Thanks a lot. Maxime
-1
votes
1 answer

How do I make an image relative to the screen size in css?

I have an image background in css and 2 images overlaying that. On my device I can line them up perfectly the way I want, but when I go to view them on another device or change my screen size, the 2 overlaying images change size and position while…
-1
votes
1 answer

Making header the size of content

Probably impossible and stupid questions but since I'm still in my first weeks of learning there might be an anwer to this question in this CodePen: https://codepen.io/indiehjaerta/pen/bYPqwX .pricingalternative { background-color:…
indiehjaerta
  • 319
  • 1
  • 8
  • 19
-1
votes
2 answers

Center image on page HTML and CSS

I created a landing page for the website www.foscaintepidario.it But I want the image on it to be centered, and remain centered, also when the browser-view is changed. Changed in the perspective of size, but also the switch from landscape to…
Leon N
  • 103
  • 2
  • 14
1 2 3
15
16