The application should be able to use prefWidth and maxWidth properties to control the width of the TitledPane, but it looks like the control ignores those and instead bases its size on the title text:
- the minimum width is set to the title label preferred width
- title label is not truncated when the available width is less than the title label preferred width
- maxWidth is ignored, instead the title label preferred width is used as the max width
- prefWidth is ignored completely
Expected behavior:
- all the properties related to width in Labeled (which TitledPane extends) should apply to the title label (and to the content area when expanded).
- the minimum width is set to the title label preferred width
- title label is not truncated when the available width is less than the title label preferred width
- maxWidth is ignored, instead the title label preferred width is used as the max width
- prefWidth is ignored completely
Expected behavior:
- all the properties related to width in Labeled (which TitledPane extends) should apply to the title label (and to the content area when expanded).