c# - how to override ListView Items Property without creating new control? -


How to override the list view item property with no new control?

You should probably set the list weave. Instead of overwriting the property, if necessary, if you are updating it many times, check ListView.BegginUpdate and ListView.EndUpdate.

Edit : After all, set ListView. Along with this, ListView.Text changes, and vice versa. Apart from this there is also other harmony.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -