From: Paulo P. <po...@gm...> - 2011-09-17 11:29:24
|
Hi everyone. I have another question. Based on the Filebrowser.hs example, when I click on a folder in the left side, files appear on the right. Suppose I want to mimic the windows explorer. Clicking the "Name" column should order files by name, alternating ascending or descending order. I want to know if there is a standard method to order the files when I click the columns. Do I have to code a mouse event to order the contents, for every column? |