ListBox Sort, Filter, Search by ListCollectionView

This commit is contained in:
2023-07-11 11:52:10 +09:00
parent 1635547802
commit 6c457cd7b1
14 changed files with 703 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandPatternSample", "Com
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ValueConverterSample", "ValueConverterSample\ValueConverterSample.csproj", "{5B486E58-3E1A-4047-8C6B-785818913A79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListBoxSortFilterSearch", "ListBoxSortFilterSearch\ListBoxSortFilterSearch.csproj", "{31C1503F-1735-4A7E-A5AC-2935E0076160}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -237,6 +239,10 @@ Global
{5B486E58-3E1A-4047-8C6B-785818913A79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B486E58-3E1A-4047-8C6B-785818913A79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B486E58-3E1A-4047-8C6B-785818913A79}.Release|Any CPU.Build.0 = Release|Any CPU
{31C1503F-1735-4A7E-A5AC-2935E0076160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31C1503F-1735-4A7E-A5AC-2935E0076160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31C1503F-1735-4A7E-A5AC-2935E0076160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31C1503F-1735-4A7E-A5AC-2935E0076160}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE