dotnet / dotnet/dotnet-api-docs

Add remarks to system windows forms trackbar

Open
#8,632 2 comments 0 reactions 0 assignees View on GitHub
area-WinForms Pri3 untriaged
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.
![image](https://user-images.githubusercontent.com/57994682/201928816-b8d1944d-28c7-48e5-954f-cb593ea7b7ac.png)
![image](https://user-images.githubusercontent.com/57994682/201928857-758ba039-ff8e-4f3a-9ed4-e92363acf904.png)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.