Update 5.0-known-issues.md

This commit is contained in:
Rahul Bhandari 2021-03-09 10:33:58 -08:00 committed by GitHub
parent 2109a3ecdf
commit 5b68f3be40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,9 +31,9 @@ You may encounter the following known issues, which may include workarounds, mit
## Windows Forms
* `ListView` redraws when images are added to its `ImageList`.
When adding a image to the `ImageList`, the entire contents of a `ListView` that is using that `ImageList` is redrawn. This causes it flicker and if there are enough items, it slows down the app.
* `PropertyGrid` values are rendered at incorrect location.
The issue is expected to be fixed in 5.0.2.
The issue is tracked in [dotnet/winforms#4593](https://github.com/dotnet/winforms/issues/4593) and is expected to be fixed in 5.0.5.
* It is impossible to specify an image for a `ListViewGroup` in the Designer using either `TitleImageIndex` or `TitleImageKey` properties.