JDK-8197535 : VirtualFlow: missing scrollToBottom(int)
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 9,10
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2018-02-11
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
as already mentioned in JDK-8136404 bullet 6, the api is incomplete: it has

scrollToTop(int)
scrollToTop(T)

but only

scrollToBottom(T)

(not only * ) for symmetry reasons it needs a scrollToBottom(int)

* the semantic of the methods taking a cell is different: they require the cell to be already active, while the method taking an index will create/reconfigure/whatever cells as needed (if I read the api doc correctly)

all versions including fx10


Comments
[~fastegal] I can see your point. The asymmetry is an unfortunate design choice.
14-02-2018

@Kevin, you know that I disagree: asymetric api is a design bug ;) And it should have been fixed years ago, when Jonathan first was informed about it.
12-02-2018

This is an RFE not a bug, so changing issue type to Enhancement.
12-02-2018