[ https://issues.apache.org/jira/browse/PIVOT-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902721#action_12902721 ]
Greg Brown commented on PIVOT-609: ---------------------------------- Good points, but the use cases are slightly different. Generally, you'll display a table with one or more relative-width columns in a scroll pane with a horizontal scroll bar policy of "fill", whereas you'll put a table with fixed-width columns in a scroll pane with a horizontal policy of "auto". OTOH, you could use "fill to capacity" to accomplish what you describe, and there probably are valid use cases for this. Maybe adding a "resizable" property to TableView.Column would be a good approach. > Allow relative sized TableView.Columns to be resized using the mouse with a > TableViewHeader > ------------------------------------------------------------------------------------------- > > Key: PIVOT-609 > URL: https://issues.apache.org/jira/browse/PIVOT-609 > Project: Pivot > Issue Type: Improvement > Components: wtk, wtk-terra > Environment: n/a > Reporter: Chris Bartlett > Priority: Minor > Fix For: 2.1 > > > TerraTableViewHeaderSkin does not allow relative width sized columns to be > resized. > It would be useful for users to be able resize all columns regardless of how > their widths were initially specified. > Perhaps add a new style property (allColumnsResizable / > relativeColumnsResizable) which would mean that the skin allows all of > columns to be resized. > Relative sized columns which have been resized should then be converted into > fixed size columns for the duration of the life of the TableView instance. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.