-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ListView issues: LeftBorder #44
Comments
The extra space is due to the way icons are currently handled. I think the problem was that the listview objects need a value for the imagelist index even when no icons are shown so that they won't show an icon when an icon is added to another entry. Otherwise they would show the same icon all over. |
You're also incorrectly using the ModifyCol() function. By using "" as third parameter you're clearing the title. |
I don't think I'm doing anything special with column widths, they should behave like in AHK. That means that each column is as large as it needs to be to hold its title and the last one spans over the remaining width. |
I see - but if I don't want to use the image list feature at all, I would expect that no space is shown on left side. Only if I use a image list (and even it's only for a single column) the place should be reserved ...
Very plausible ... |
Of course. I have not come up with a solution yet as I explained in the post above. I think it would require checking all list entries each time an icon is changed to fix this? Any ideas? |
Following issue with ListView:
I've got a single column Listview.
This results in following output Image
Issues are best illustrated, looking at the image:
Conclusion:
The text was updated successfully, but these errors were encountered: