dotnet / dotnet/dotnet-api-docs
Add remarks to system windows forms trackbar
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
/cc:@russkie
https://github.com/dotnet/winforms/issues/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.
Contributor guide
Assessment
This issue has not been assessed yet.