Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

[XamMac] Truncated items in ListBox on High Sierra when adding after initial display #765

Closed
xecrets opened this issue Dec 13, 2017 · 1 comment · Fixed by #766
Closed

Comments

@xecrets
Copy link
Contributor

xecrets commented Dec 13, 2017

Creating a ListBox, adding items and displaying works fine. Adding items after initial display causes longer items to be visually truncated to the length of the shortest item in the list at the time. For example removing all items, and then adding an item causes it to be truncated completely.

A complete sample application demonstrating the behavior is included, build with Visual Studio 2017 and run on macOS High Sierra. A not-very-tasteful workaround is also included.

Built and run with Xwt 0.2.60

ListBoxHighSierra.zip

sevoku added a commit that referenced this issue Jan 3, 2018
Remove deprecated column sizing code, since column sizing
is now handled by the base backend code (changed in #662)

(fixes #765)
@sevoku
Copy link
Member

sevoku commented Jan 3, 2018

Thanks for reporting. I forgot to remove the deprecated sizing code there.

Therzok pushed a commit that referenced this issue Jan 3, 2018
Remove deprecated column sizing code, since column sizing
is now handled by the base backend code (changed in #662)

(fixes #765)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants