grid
grid copied to clipboard
Add insertItem and removeItem methods to GridList class
Need
Items need to be added and removed to a GridList instance without instantiating a new one whenever such action is needed.
Deliverables
- Documented and tested insertItem method
- Documented and tested removeItem method
Hi! I was just browsing the code looking for something like this. +1
+1 !!!!!!!!!!
+1
+1!!!!!!!!
Hey Skidding, I am looking for this method. Is there any upgrade on this point ?
+1 - Yes, it would be nice if we could do this. For now solved this by having our own copy of the list of items and when we manipulate that we re-instantiate GridList with the updated list.
Any updates??
Any updates?