Panuon.WPF.UI
Panuon.WPF.UI copied to clipboard
FormGroup的Orientation属性设置为Vertical之后Header无法铺满
<Grid VerticalAlignment="Top"> <pu:FormGroup HeaderWidth="*" HorizontalHeaderAlignment="Stretch" Orientation="Vertical" > <pu:FormGroup.Header> <Border Background="Red" Height="20" MinWidth="20"> <TextBlock Text="此时应该铺满"/> </Border> </pu:FormGroup.Header> <Border Background="BlueViolet" Height="60"/> </pu:FormGroup> </Grid>
感谢反馈。 问题已确认,将于下个版本修复