Jface に「行ヘッダー」を追加するにはどうすればよいTableViewer
ですか?
1634 次
2 に答える
1
A TableViewer does not by default provide this capability. But you can have a look at this snippet
to achieve something similar to a row header. This example uses two tables to make the first column fixed and rest of the columns horizontally scrollable. If you do not want fixed columns than you can just use different colors for columns to achieve the look and feel of a row header.
于 2012-11-01T13:25:08.147 に答える