isSuccess = model.insertRow(0, childItemIndex); // make a grandchild, but the item does not appear
isSuccess = model.insertColumn(0, childItemIndex); // Need this...
}
if (childItemIndex.isValid()) {
isSuccess = model.insertRow(0, childItemIndex); // make a grandchild, but the item does not appear
isSuccess = model.insertColumn(0, childItemIndex); // Need this...
}
To copy to clipboard, switch view to plain text mode
Your advice has solved the problem.
Thank you very much.
Bookmarks