MATLAB: Wanted features for UITABLE and UITREE

guiuitableuitree

Currently the power of uitable and uitree is very limited.
Which features are missing to improve the usability of your GUIs?

Best Answer

It would be nice to be able to update the contents of a single uitable cell without "flicker". As it stands now, it is easy to modify the 'String' property of a uicontrol, call a drawnow(), and have it immediately update without flicker. To do the same in a uitable, you have to update the entire 'Data' cell array for all cells, causing flicker on the refresh. Also, when this occurs, the uitable scrolls back to its top-most position, which is confusing and distracting for the user.