We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SB_
SCROLL_BAR_VALUES
Winforms splits SB into SBH and SBV. So SCROLL_BAR_VERTICAL and SCROLL_BAR_HORIZONTAL.
SB
SBH
SBV
SCROLL_BAR_VERTICAL
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
The text was updated successfully, but these errors were encountered:
chenss3
Successfully merging a pull request may close this issue.
Winforms splits
SB
intoSBH
andSBV
. SoSCROLL_BAR_VERTICAL
andSCROLL_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
The text was updated successfully, but these errors were encountered: