0
votes
1answer
228 views
Setting a WPF control to expand to fill available space, and no more
How can I set up a WPF control to fill the available space in its parent's container, but not expand the parent?
The following snippet describes the layout I am attempting. I would like the Grid to …
0
votes
1answer
277 views
Stretch Bitmap without anti-aliasing
I found this example and used it http://stackoverflow.com/questions/1082884/how-do-you-resize-a-bitmap-under-net-cf-2-0/1082890#1082890
However my image looks horrible because of anti aliasing. It no …
0
votes
3answers
122 views
Avoid TextBox vertical stretching
How can I avoid TextBox vertical streching in following example:
<StackPanel Orientation="Horizontal">
<Button Height="40">OK</Button>
<TextBox …
6
votes
4answers
2k views
CSS floats - how do I keep them on one line?
Hey, I want to have two items on the same line using 'float: left' for the item on the left.
I have no problems achieving this alone. The problem is, I want the two items to stay on the same line …
