MATLAB: Currently shown columns in a uitable

uitable

Hi,
when the contents of a table are big (many columns or rows), some columns and/or rows go out of the scope represented in the uitable. Is there a way to know programmatically which rows and columns are currently depicted?

Best Answer

The only way might be to go in at the Java level to query the sizes of the various components.