grid icon indicating copy to clipboard operation
grid copied to clipboard

Add insertItem and removeItem methods to GridList class

Open ovidiuch opened this issue 11 years ago • 8 comments

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

ovidiuch avatar Apr 02 '14 19:04 ovidiuch

Hi! I was just browsing the code looking for something like this. +1

javajosh avatar Apr 05 '14 03:04 javajosh

+1 !!!!!!!!!!

holietenk avatar Jun 27 '14 12:06 holietenk

+1

Daijobou avatar Jul 04 '14 18:07 Daijobou

+1!!!!!!!!

yamila-fraiman avatar Sep 13 '14 01:09 yamila-fraiman

Hey Skidding, I am looking for this method. Is there any upgrade on this point ?

PonteIneptique avatar Oct 13 '14 11:10 PonteIneptique

+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.

stefanhendriks avatar Mar 10 '15 13:03 stefanhendriks

Any updates??

RonakKhandelwal avatar Jan 23 '17 09:01 RonakKhandelwal

Any updates?

valqelyan avatar Jun 29 '19 08:06 valqelyan