Flowless
Flowless copied to clipboard
Efficient VirtualFlow for JavaFX
Running maven-javadoc-plugin with detectLinks set to true gives an error: error: Error fetching URL: https://github.com/FXMisc/Flowless/#flowless/apidocs/ (java.io.FileNotFoundException: https://github.com/FXMisc/Flowless/package-list)
Is there a way to position the cells manually? I'm trying to create a tree structure. In a tree structure the children of a node are positioned slightly to the...
Adding items too fast to item list of a VirtualFlow causes scroll if the item list is empty. Waiting few milliseconds after adding first item fixes the problem. Also calling...
In the VirtualFlow class, there is no constructor but static methods taking a list of items and a mapping function to convert the items into Cells. Are there any costs...
I will no longer be maintaining this project. See FXMisc/RichTextFX#768 for more info.
The vertical scroll lacks fluidity on OSX 10.11.6, while the horizontal scroll works as expected. I have this problem with the demos, with juliar, and with my apps that integrate...
See TomasMikula/RichTextFX#98 When laying out cells with varied heights, the scroll bar's value is only an estimate of how far the content has been scrolled, not the actual position. Thus,...
Coming from TomasMikula/RichTextFX#171 (and also TomasMikula/RichTextFX#77) > It would be great if [the viewport] automatically changes it's height [and by implication, width] based on its content, so that [one] can...
Per [the end of my comment in #32](https://github.com/TomasMikula/Flowless/pull/32#discussion_r109292757): > As a side note, I think there should be a way to get the navigator's current position, so that one could...
Coming from TomasMikula/RichTextFX#107, add API that can "hide" multiple cells by rendering a placeholder cell and "showing" them again later on.