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

hc:Empty not show in ListView #1424

Closed
CodingOctocat opened this issue Jun 27, 2023 · 0 comments
Closed

hc:Empty not show in ListView #1424

CodingOctocat opened this issue Jun 27, 2023 · 0 comments

Comments

@CodingOctocat
Copy link

Describe the bug

image

Steps to reproduce the bug

<Window x:Class="HcEmptyListViewNotShowTest.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:hc="https://handyorg.github.io/handycontrol"
        Title="MainWindow"
        Width="400"
        Height="450"
        mc:Ignorable="d">
    <UniformGrid>
        <ListView hc:Empty.ShowEmpty="True"
                  Background="Blue"
                  BorderThickness="2" />

        <ListBox hc:Empty.ShowEmpty="True"
                 Background="Blue"
                 BorderThickness="2" />
    </UniformGrid>
</Window>

Expected behavior

No response

Screenshots

No response

NuGet package version

HandyControl 3.4.0

IDE

Visual Studio 2022

Framework type

.Net 6.0

Windows version

Windows 11 (22000)

Additional context

No response

@NaBian NaBian closed this as completed in e818fcd Oct 3, 2023
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

1 participant