JavaFX, how to freeze the position of some columns in TableView

后端 未结 4 792
刺人心
刺人心 2020-12-05 20:52

The idea is: on a TableView of N columns to have the first M columns always visible even when you use the horizontal scroller.

The only thing near my requirement i

4条回答
  •  执笔经年
    2020-12-05 21:13

    JavaFX doesn't have this functionality. Check out ControlsFX's SpreadsheetView.

提交回复
热议问题