Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormGroup的Orientation属性设置为Vertical之后Header无法铺满 #55

Open
mchudie opened this issue Mar 26, 2022 · 1 comment
Open

Comments

@mchudie
Copy link

mchudie commented Mar 26, 2022

<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>
image

@Mochengvia
Copy link
Collaborator

感谢反馈。
问题已确认,将于下个版本修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants