You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/02/24 08:53:53 UTC

[GitHub] [royale-asjs] javeiga-iest opened a new issue #729: Jewel DataGrid troubles

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] carlosrovira commented on issue #729: Jewel DataGrid troubles

Posted by GitBox <gi...@apache.org>.
carlosrovira commented on issue #729: Jewel DataGrid troubles
URL: https://github.com/apache/royale-asjs/issues/729#issuecomment-590971542
 
 
   Hi @javeiga-iest, please make one issue per problem so we can manage it.
   I'll need some sample code (minimal) to reproduce problems 2 and 3. I can manage 1 (column label bindings), and we can use this issue just for that one.
   Thanks

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] carlosrovira closed issue #729: Jewel DataGrid: column label bindings

Posted by GitBox <gi...@apache.org>.
carlosrovira closed issue #729: Jewel DataGrid: column label bindings
URL: https://github.com/apache/royale-asjs/issues/729
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services