On Sun, 17 Mar 2024 17:59:07 GMT, Johan Vos <j...@openjdk.org> wrote:

>> As I was also involved in fixing this error, I can answer.
>> 
>> The `getAvailableCell()` method creates a new cell if none exists for the 
>> specified index (-1). 
>> The `getCell()` returns the `accumCell` in this case, which is completely 
>> sufficient for our case, because we only need the dimensions of the cell 
>> here. The cell itself will not be added to the scene-graph.
>
> That sounds right.
> @Maran23 does this answer your question?

Yes. But is it possible to scroll to an index that is negative? (<0) And what 
do we estimate then?

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1326#discussion_r1530233902

Reply via email to