More work on Issue #22 - added remove item button to items in the EditableListBoxControl on mouseover.

This commit is contained in:
Ben Wallis
2015-12-19 11:51:03 +00:00
parent 7d2e20e9e1
commit d014a93b70
4 changed files with 80 additions and 27 deletions

View File

@@ -172,6 +172,7 @@
<DependentUpon>BlockItemControl.xaml</DependentUpon>
</Compile>
<Compile Include="UserControls\CrossButton.cs" />
<Compile Include="UserControls\DesignTime\DesignTimeEditableListBoxControl.cs" />
<Compile Include="UserControls\EditableListBoxControl.xaml.cs">
<DependentUpon>EditableListBoxControl.xaml</DependentUpon>
</Compile>