TListBox add and remove ithems #210
jordiperezartigues
started this conversation in
General
Replies: 1 comment
-
|
Hola, @jordiperezartigues! You have to call The So, after moving the item from one collection to the other, you have to do the following: sourceListBox->setRange(sourceListBox->list()->getCount());
destListBox->setRange(destListBox->list()->getCount());Cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two TListBox and i want to move ithems from one to the other.
i am doing:
seems to doesn't do nothing and crashed the app when i click over.
Beta Was this translation helpful? Give feedback.
All reactions