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
-1
votes
1 answer

C# - WPF - Change the default windows sizing cursor when resizing application

I am trying to override the default windows cursor when a user resizes my application window. I'm successful in changing the cursor inside the app, but I don't know where to start on the sizing cursors. My first reaction was to try to change it…
Phexyaa
  • 19
  • 4
-1
votes
3 answers

Why is the right side running out of the browser size?

The right side of the container runs out of the browser and a scroll-bar shows up. How can i adjust to be just fit in the browser? And the bottom does not reach the bottom of the browser... Any idea? .container { border: 1px solid #ffffff; …
vinya
  • 11
  • 4
-1
votes
1 answer

Container to automatically distribute space between controls

If building a form with multiple controls, let's say PictureBoxes, of equal square size. The thing is that the number of controls is dynamic - there can be 2, 3, 4 or 6 controls. And the goal is to automatically distribute the available form space…
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
-1
votes
3 answers

Getting the number of digits of nonnegative integers (Python)

The question asks: << BACKGROUND STORY: Suppose we’re designing a point-of-sale and order-tracking system for a new burger joint. It is a small joint and it only sells 4 options for combos: Classic Single Combo (hamburger with one patty), Classic…
user3251511
  • 177
  • 1
  • 3
  • 15
-2
votes
1 answer

How to create conditional sizing for HTML form?

Thank you in advance - I am a complete beginner (1 week) to coding including HTML/CSS and have been unable to find a specific solution to the following criteria for a form I have built. I am trying to understand how to implement the following…
-2
votes
1 answer

App is rendering larger than viewport when I try to apply dynamic css sizing attributes

I have tried applying 100vh to the divs root/body/application (these are my top 3 level divs) and my app continues to render larger than the viewport or browser window. I am using display: flex on the child divs. I am trying to just get the app to…
-2
votes
1 answer

WPF - Complex TextBlock layout

For the past few days I've been trying to wrap my head around the following layout of TextBlocks: -------------------- ----------- | 1 | | | -------------------- | 3 | | 2 | | | ----------------- …
Adam Smejkal
  • 88
  • 1
  • 10
-2
votes
1 answer

(Java) How to acquire number of elements within a item in a list?

I have found plenty of questions and answers on here about how to access the number of elements within a list, but I haven't seen a question asked about how to access the number of elements within a certain item on a list. I have a list of Point…
-4
votes
1 answer

is there a better way to size divs than trial and error?

I seem to spend a lot of time fiddling with the sizes of divs. I put in a rough guess and then have to fine-tune it till it's right. It takes ages. I'm manually changing the width/height and margins. Is there a better way? Or will I just get my eye…
1 2 3
15
16