The minwidth tag has no wiki summary.
3
votes
1answer
630 views
WPF - Trying to set the MinHeight of resizeable window based on its initial height
I am trying to set the MinHeight / MinWidth of a resizeable window based on its initial height (when SizeToContent="WidthAndHeight").
I have seen a couple of answers / solutions:
...
1
vote
0answers
4 views
Issue with box-sizing border-box and min-width in IE 9
I'm using the box-sizing:border-box model. When an inline-block element with a min-width is contained in an inline-block element (container), the container is too wide in Internet Explorer 9. Works as ...
1
vote
2answers
2k views
HTML/CSS: Creating a centered div with a min-width
I'd like to have on my page a div which is centered and has a certain width, but which extends beyond that width if required by the content. I am doing this with the following:
<!DOCTYPE html ...
0
votes
2answers
26 views
jQuery - Calculate minWidth
View jsFiddle
Attempting to set the min-Width of a <menu> by calculating the total width of all the <command> elements inside of the <menu>. I tried my best to figure it out in ...
0
votes
1answer
709 views
Android UI: what kind of layout options are mutually exclusive?
After designing layouts in Android for a while now, I still cannot get the hang of it. Often the results are unpredictable.
I think part of this boils down to some layout options not working well ...
0
votes
2answers
657 views
ColumnDefinition MinWidth doesn't work correctly
I'm using a Grid in WPF (xaml) and I'm have some strange effect when using the MinWidth property in a ColumnDefinition. For example, when I use 9 ColumnDefinition and every ColumnDefinition has the ...