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
Post a Comment