Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions