diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-04-06 18:07:11 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-04-06 18:07:11 +0200 |
| commit | 7f58e70e72f9704884f38d4d7c1809e8b0bbc10a (patch) | |
| tree | 6401fa0dc1887cbdba147b68e14ad6336b46e41e /Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj | |
| parent | bbf906164e6208680f8b1c8c1a6007c4a2630e27 (diff) | |
| download | Tango-7f58e70e72f9704884f38d4d7c1809e8b0bbc10a.tar.gz Tango-7f58e70e72f9704884f38d4d7c1809e8b0bbc10a.zip | |
MultiSelectionComboBox control. Added scroll, open popup on focus textbox.
Diffstat (limited to 'Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj b/Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj index 000a4e5d7..f02df13be 100644 --- a/Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj +++ b/Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj @@ -78,6 +78,7 @@ <DependentUpon>HiveControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\MultiSelectComboBox.cs" /> + <Compile Include="Controls\MultiSelectComboBoxItem.cs" /> <Compile Include="Controls\MultiSelectDataGrid.cs" /> <Compile Include="Controls\MultiSelectListBox.cs" /> <Compile Include="Controls\MultiTransitionControl.xaml.cs"> @@ -255,7 +256,7 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
