javeiga-iest opened a new issue #729: Jewel DataGrid troubles URL: https://github.com/apache/royale-asjs/issues/729 DataGrid: - DataGridColumn label binding: The label property of DataGridColumn is not updated. - DataGrid height: The height of the control is 240px by default and cannot be modified. - HScrollBar: Although the DataGrid element automatically shows the VScroll when its content exceeds the size of the control, there is no way to add an HScroll if the width of the control exceeds the size of our screen. Our current "solution" is to use an HGroup and add the HScroll by style: style = "overflow: scroll; overflow-y: hidden;"
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
