Click here to Skip to main content
15,891,375 members
Articles / Programming Languages / Visual Basic 10

Generic Multi-Select MVVM ListBox Drag and Drop Helper with Custom Feedback for Silverlight 4.0

Rate me:
Please Sign up or sign in to vote.
4.91/5 (3 votes)
11 Apr 2011CPOL9 min read 53.4K   982   13  
This article focuses on developing an MVVM compatible ListBox-to-ListBox drag/drop helper for Silverlight.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SL MVVM DragDropHelper Sample", "SL MVVM DragDropHelper Sample\SL MVVM DragDropHelper Sample.vbproj", "{A1400266-7778-4BC2-A9F9-FDE76A652803}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SL MVVM DragDropHelper Sample.Web", "SL MVVM DragDropHelper Sample.Web\SL MVVM DragDropHelper Sample.Web.vbproj", "{4A2A8B84-E35F-4E06-A823-310F4E1A5BE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{3293FE4D-7786-4595-ACEF-818C4BE2FFDE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Requirements", "Requirements", "{D32AB4EA-92C3-459B-8B71-623BB04521C9}"
	ProjectSection(SolutionItems) = preProject
		Requirements\Silverlight4\GalaSoft.MvvmLight.Extras.SL4.dll = Requirements\Silverlight4\GalaSoft.MvvmLight.Extras.SL4.dll
		Requirements\Silverlight4\GalaSoft.MvvmLight.SL4.dll = Requirements\Silverlight4\GalaSoft.MvvmLight.SL4.dll
		Requirements\Silverlight4\System.Windows.Interactivity.dll = Requirements\Silverlight4\System.Windows.Interactivity.dll
	EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Helpers", "Helpers\Helpers.vbproj", "{C827FD71-0AA5-4FB0-BC26-56389F77E2C0}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Models", "Models\Models.vbproj", "{6F9E3854-99BE-44DC-BD31-50E9C51DB71D}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Services", "Services\Services.vbproj", "{865EFB82-206A-41F6-BB8E-EB679D5704FD}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ViewModels", "ViewModels\ViewModels.vbproj", "{14CBFBB0-B4A8-43E7-99F9-72C3DECEE594}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ListDragDropSL", "ListDragDropSL\ListDragDropSL.vbproj", "{90737888-2D5B-476E-B753-41295A00AFEC}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A1400266-7778-4BC2-A9F9-FDE76A652803}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A1400266-7778-4BC2-A9F9-FDE76A652803}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A1400266-7778-4BC2-A9F9-FDE76A652803}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A1400266-7778-4BC2-A9F9-FDE76A652803}.Release|Any CPU.Build.0 = Release|Any CPU
		{4A2A8B84-E35F-4E06-A823-310F4E1A5BE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4A2A8B84-E35F-4E06-A823-310F4E1A5BE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4A2A8B84-E35F-4E06-A823-310F4E1A5BE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4A2A8B84-E35F-4E06-A823-310F4E1A5BE5}.Release|Any CPU.Build.0 = Release|Any CPU
		{C827FD71-0AA5-4FB0-BC26-56389F77E2C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C827FD71-0AA5-4FB0-BC26-56389F77E2C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C827FD71-0AA5-4FB0-BC26-56389F77E2C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C827FD71-0AA5-4FB0-BC26-56389F77E2C0}.Release|Any CPU.Build.0 = Release|Any CPU
		{6F9E3854-99BE-44DC-BD31-50E9C51DB71D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6F9E3854-99BE-44DC-BD31-50E9C51DB71D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6F9E3854-99BE-44DC-BD31-50E9C51DB71D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6F9E3854-99BE-44DC-BD31-50E9C51DB71D}.Release|Any CPU.Build.0 = Release|Any CPU
		{865EFB82-206A-41F6-BB8E-EB679D5704FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{865EFB82-206A-41F6-BB8E-EB679D5704FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{865EFB82-206A-41F6-BB8E-EB679D5704FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{865EFB82-206A-41F6-BB8E-EB679D5704FD}.Release|Any CPU.Build.0 = Release|Any CPU
		{14CBFBB0-B4A8-43E7-99F9-72C3DECEE594}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{14CBFBB0-B4A8-43E7-99F9-72C3DECEE594}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{14CBFBB0-B4A8-43E7-99F9-72C3DECEE594}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{14CBFBB0-B4A8-43E7-99F9-72C3DECEE594}.Release|Any CPU.Build.0 = Release|Any CPU
		{90737888-2D5B-476E-B753-41295A00AFEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{90737888-2D5B-476E-B753-41295A00AFEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{90737888-2D5B-476E-B753-41295A00AFEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{90737888-2D5B-476E-B753-41295A00AFEC}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{C827FD71-0AA5-4FB0-BC26-56389F77E2C0} = {3293FE4D-7786-4595-ACEF-818C4BE2FFDE}
		{6F9E3854-99BE-44DC-BD31-50E9C51DB71D} = {3293FE4D-7786-4595-ACEF-818C4BE2FFDE}
		{865EFB82-206A-41F6-BB8E-EB679D5704FD} = {3293FE4D-7786-4595-ACEF-818C4BE2FFDE}
		{14CBFBB0-B4A8-43E7-99F9-72C3DECEE594} = {3293FE4D-7786-4595-ACEF-818C4BE2FFDE}
		{90737888-2D5B-476E-B753-41295A00AFEC} = {3293FE4D-7786-4595-ACEF-818C4BE2FFDE}
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions