I'm having some issues with Win32::GUI that I was hoping people could help with.
1. In a Listview, is there any way to right-justify a column? I have a list of filesizes, but haven't found any way to right-justify one of the columns. I can live with it the way it is, but it would look nicer if I could right-justify ;) 2. In TreeView, the list of items will sometimes clear entirely when a node is closed. As in, the whole TreeView becomes blank. Is this something I'm causing in my code or inadvertently triggering? Or is this a known bug that I can't really work around? 3. In TreeView, is there any way to change the image associated with a node after it's been inserted? I've tried this; the image doesn't seem to change. 4. In TreeView, some of my icons seem to appear in monochrome. A few appear in full color. They were all created identically. Is there some special format I need to use to make them appear in proper colors? 5. When using a listview with checkboxes, is there a way to set the initial state? I can't find any documentation on this feature. 6. When a treeview is first expanded such that the vertical scrollbar appears for the first time, the control goes blank until I find the scrollbar and scroll down. Is there a workaround for this behavior? Thanks. Any help would be appreciated. :)