dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

[REQUEST] Please fix metrolistview bugs #102

Open robokamran opened 4 years ago

robokamran commented 4 years ago

the whole framework is neat, awesome and perfect, but the bugs in the listview almost makes it impossible to use it. I was wondering if they are going to be fixed and updated in nuget or not, or we could help advance the progress. moreover, some other components such as charts, flat buttons and so on can be added to the framework by forking suitable repositories such as scotplot and so on.

dennismagno commented 4 years ago

Hi, when I added MetroListview the purpose of it to use it as an alternative for the grid. Yes you can help to advance the progress. Can you give me some list of the issue you found in MetroListview?

schiette commented 3 years ago

@dennismagno Thank you for your wonderful work on this package.

One issue I have found with MetroListview is that when an element is made bold on mouseover (not click), it stays that way even when the mouse moves away.

xorrot16 commented 3 years ago

Hi @dennismagno The Listview does not apply any Theme it always stays Light.. manually setting the theme does also not affect it..

does the Listview not have implemented the Themes?