Hiding file info within FileListComponent

I probably just haven’t looked hard enough, but is there any way to remove the file size and date/time text from the FileListComponent and the FileTreeComponent classes?

Also, is it possible to list files without their extension?

No idea, can’t remember! Isn’t it drawn by the lookandfeel class? If so, you can write your own method for showing whatever info you need.

Yeah after digging around a bit I found the LookAndFeel class is what I needed to use.