Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
4answers
24k views

WPF: HorizontalAlignment=Stretch, MaxWidth, and Left aligned at the same time?

This seems like it should be easy but I'm stumped. In WPF, I'd like a TextBox that stretches to the width of it's parent, but only to a maximum width. The problem is that I want it to be left ...
3
votes
1answer
4k views

Horizontal align components inside HBox from Action Script

Is there any way to set horizontalAlign from Action Script not from mxml?
1
vote
0answers
259 views

Make ComboBox stretch to available space with maxwidth and right-aligned parent

I'm having a problem achieving the layout i want. This is my code: <DockPanel DockPanel.Dock="Bottom" HorizontalAlignment="Right" LastChildFill="True"> <Label ...