Skip to content

按钮的Loading始终显示在最前面。 #232

@HaHa-ZYK

Description

@HaHa-ZYK

当按钮在其他控件下方时,按钮的Loading会在最前面,不会被其他控件挡住
<Grid> <Button x:Name="bt" Content="按钮" Width="50" Height="50"/> <TextBlock Background="Pink"/> </Grid>
public MainWindow() { InitializeComponent(); Loading.SetIsShow(bt, true); }

Image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions