HorizontallyScrollingComboBox/HorizontallyScrollingComboBox.sln
Download
horizontallyscrollingcombobox.zip
(11.88 KB | 13 July 2010 )
Sample C# project showing how to add a horizontal scrollbar to a ComboBox in C# using the WS_HSCROLL style and CB_SETHORIZONTALEXTENT message.
Donate
If this site or its services have saved you time, please consider a donation to help with running costs and timely updates.
Contents of horizontallyscrollingcombobox.zip/HorizontallyScrollingComboBox/HorizontallyScrollingComboBox.sln
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HorizontallyScrollingComboBox", "HorizontallyScrollingComboBox.csproj", "{0CBC4E67-7267-4783-8592-C1CEA7589A86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CBC4E67-7267-4783-8592-C1CEA7589A86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CBC4E67-7267-4783-8592-C1CEA7589A86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CBC4E67-7267-4783-8592-C1CEA7589A86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CBC4E67-7267-4783-8592-C1CEA7589A86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Files
- HorizontallyScrollingComboBox
