Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding enum for SB_ constants into SCROLL_BAR_VALUES #1121

Closed
elachlan opened this issue Aug 25, 2022 · 0 comments · Fixed by #1245
Closed

Consider adding enum for SB_ constants into SCROLL_BAR_VALUES #1121

elachlan opened this issue Aug 25, 2022 · 0 comments · Fixed by #1245
Assignees
Labels
missing enum An enum is missing for constant parameters WinForms

Comments

@elachlan
Copy link
Contributor

Winforms splits SB into SBH and SBV. So SCROLL_BAR_VERTICAL and SCROLL_BAR_HORIZONTAL.

https://docs.microsoft.com/en-us/windows/win32/controls/wm-hscroll
https://docs.microsoft.com/en-us/windows/win32/controls/wm-vscroll
https://docs.microsoft.com/en-us/windows/win32/controls/about-scroll-bars

Winforms Tracking: dotnet/winforms#7468

@AArnott AArnott added the missing enum An enum is missing for constant parameters label Aug 25, 2022
@chenss3 chenss3 self-assigned this Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing enum An enum is missing for constant parameters WinForms
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants