调整 adobe flex AdvancedDataGrid 中的列大小
我使用的是没有标题行的 AdvancedDataGrid (AdvancedDataGrid.showHeaders="false"),我的 AdvancedDataGrid 有 2 列,其中第一列将显示分层数据(树)。 树可能很长很深,或者可能在节点标签中包含很长的字符串,因此用户将无法看到树节点的整个值,我希望能够使用垂直分隔符调整列的大小网格(在列之间显示/分隔的网格)或能够仅为第一列定义水平滚动条! 我怎样才能做到这一点?!...有什么想法吗?!
I'm using an AdvancedDataGrid without the header row (AdvancedDataGrid.showHeaders="false"), my AdvancedDataGrid has 2 columns, where the first one will show a hierarchical data (tree).
The tree may be very long and very deep or may contain a long string in the node label so the user will not be able to see the whole vale of the tree node, I want to be able to resize the column using the vertical separator of the gris (the one displayed/separates between columns) or to be able to define a horizontal scroll bar only for the first column!
How can I accomplish this?!....Any idea ?!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试设置高级数据网格标记的属性“wordWrap =“true””。
Try to set the Advanced Datagrid tag's attribute 'wordWrap="true"'.