-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
/cc:@RussKie
dotnet/winforms#329
As discussed in this issue we have discovered if tickstyle is true (E.g not none) large value ranges for max and min cause memory consumption issues.


link to pages that need an update:
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.trackbar.tickfrequency?view=windowsdesktop-7.0
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.trackbar.tickstyle?view=windowsdesktop-7.0
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.trackbar.minimum?view=windowsdesktop-7.0
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.trackbar.maximum?view=windowsdesktop-7.0
Which specific part of the doc needs an update:
The Remarks part of all four documents.
What wording is incorrect or missing for the following to be added to the remark section:
If tickstyle is true (E.g not none) large value ranges for max and min cause memory consumption issues.