python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
GridSplitter with a fixed panel (grid column) when grid (usercontrol/window) size changes
Basically, I want to emulate the GridSplitter.FixedPanel feature available in WinForms.
XAML :
<UserControl ...>
<Grid>
<Grid.ColumnDefinitions>
<ColumnDef...

Karl Stephen
Votes: 0
Answers: 1
Resizing a BMP image (making it smaller)
It seems I need some help with resizing the BMP image when the zoom factor is less than 1. You can see the most crucial part of my code below. The variable f in the code is the zoom factor. It seems l...
SaintSammy
Votes: 0
Answers: 1
Flutter Grid with resizable & draggable items
How can I make Flutter widget that has different size items that each item can be resizable and draggable?
Image Example
N Fainshtein
Votes: 0
Answers: 2
Jpg Image width/height vs compression ratio trade-off
I'm re-sizing a photo from camera (usually 1000+ pixels wide at least). Target thumbnail is say about 300 width by 225 height in display.
How much should I shrink the width and height to, before I us...
Peter W.
Votes: 0
Answers: 0