-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Describe the bug
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
