We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<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>
No response
HandyControl 3.4.0
Visual Studio 2022
.Net 6.0
Windows 11 (22000)
The text was updated successfully, but these errors were encountered:
e818fcd
No branches or pull requests
Describe the bug
Steps to reproduce the bug
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
The text was updated successfully, but these errors were encountered: