mkpaz / atlantafx

Modern JavaFX CSS theme collection with additional controls.
https://mkpaz.github.io/atlantafx
MIT License
829 stars 66 forks source link

The Breadcrumb display is incomplete #69

Open lwdillon opened 1 year ago

lwdillon commented 1 year ago

When Breadcrumbs have a long item name or a large number of items, the display is incomplete, as shown in the following figure 00dd3b93084de7f52f78a0b490c8cb2c

mkpaz commented 1 year ago

Yes, the breadcrumbs does not support auto hiding items when their size exceeds the container width. It's on the backlog, but for now you can only limit the number of items to ensure they fit within the available width. I implemented this in the FileManager showcase.