MATLAB: How to add images to the UITABLE cells in MATLAB 7.6 (R2008a)

iconMATLAB

I would like to insert a small thumbnail image in the first column of each row in my UITABLE. The Windows Explorer "list" or "details" views are an example of what I would like my table to look like.

Best Answer

The ability to add images to a UITABLE control is not available in MATLAB 7.6 (R2008a).
As a workaround, you can use the Microsoft ListView ActiveX control. An example of using this in MATLAB is attached.