Skip to content
New issue

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

DataGridViewRowCollection.Add Method #10644

Open
bdcoder2 opened this issue Nov 5, 2024 · 0 comments
Open

DataGridViewRowCollection.Add Method #10644

bdcoder2 opened this issue Nov 5, 2024 · 0 comments
Labels
area-WinForms Issues or PRs that relate to WinForms. Pri3 Indicates issues/PRs that are low priority untriaged New issue has not been triaged by the area owner

Comments

@bdcoder2
Copy link

bdcoder2 commented Nov 5, 2024

Type of issue

Missing information

Description

With respect to the DataGridViewRowCollection.Add Method, no mention is made as to the position of the newly added row; for someone completely new to this control, the following questions are raised:

  1. Is a new row added to the "top" (first position) of the DataGridView?
  2. Is a new row added to the "bottom" (last position) of the DataGridView?
  3. Is there some other property that decides this, i.e.: a property that specifies if new rows should be added to the top or bottom of the collection?

If some additional information could be provided, it would be helpful.

Thanks in advance.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.datagridviewrowcollection.add?view=windowsdesktop-8.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Windows.Forms/DataGridViewRowCollection.xml

Document Version Independent Id

d401ac61-ab49-7d05-577a-277d82d98cc8

Article author

@dotnet-bot

@issues-automation issues-automation bot added the Pri3 Indicates issues/PRs that are low priority label Nov 5, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Nov 5, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-WinForms Issues or PRs that relate to WinForms. label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-WinForms Issues or PRs that relate to WinForms. Pri3 Indicates issues/PRs that are low priority untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

1 participant