11 Replies
Please describe your problem
i need to get this as a result
and as you can see the fourth textbox has not to go all the way to width = 600
i put a maxwidth = 300 on the textbox and got this
so thats mine
<TextBox x:Name="txtPrivatetel" Grid.Column="1" Grid.Row="5" Padding="5" HorizontalAlignment="Left" VerticalAlignment="Center" MaxWidth="300"/>
and thats the code
or maybe i should just use a width
but then the textbox wont be responsive when i make the screen bigger or smallerwhen i use
HorizontalAlignment="Stretch"
its ok but then...here you go
Stack Overflow
How to make all controls resize accordingly proportionally when win...
When I clicked on the maximize button the window is maximized but the controls are not resized proportionally. What is the best way to make the controls resize accordingly? I am using MVVM.
Here i...
Seeing this image, i thinking the 4th text box coordinates has to be relative to the whole size isn't it?
X coordinate specifically
and how do i do that,
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.