Skip to content

Add remarks to system windows forms trackbar #8632

@conorgee

Description

@conorgee

/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.
image
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pri3Indicates issues/PRs that are low priorityarea-WinFormsIssues or PRs that relate to WinForms.untriagedNew issue has not been triaged by the area owner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions