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 2021/07/29 08:25:19 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #1143: DataGrid have an extra space for scroller

pashminakazi opened a new issue #1143:
URL: https://github.com/apache/royale-asjs/issues/1143


   If DataGrid have scroller then that scroller should be placed after lastColumn of DataGrid not with lastColumn like in flex.
   there should be extra space specified for scroller
   
   In Flex : 
   ![image](https://user-images.githubusercontent.com/42200979/127457916-2aa62058-16d7-42fb-8218-5a339967b74a.png)
   
   In Royale : 
   ![image](https://user-images.githubusercontent.com/42200979/127457824-33975539-61fa-4e60-9529-f30e96f1d968.png)
   
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] estanglerbm commented on issue #1143: DataGrid have an extra space for scroller

Posted by GitBox <gi...@apache.org>.
estanglerbm commented on issue #1143:
URL: https://github.com/apache/royale-asjs/issues/1143#issuecomment-890729340


   Is that for MX or Spark grid in Flex?  I remember the Spark one not having that, but maybe I remember wrong.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] yishayw commented on issue #1143: DataGrid have an extra space for scroller

Posted by GitBox <gi...@apache.org>.
yishayw commented on issue #1143:
URL: https://github.com/apache/royale-asjs/issues/1143#issuecomment-894759846


   @pashminakazi , can u please create a short test case?
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] pashminakazi commented on issue #1143: DataGrid have an extra space for scroller

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #1143:
URL: https://github.com/apache/royale-asjs/issues/1143#issuecomment-890757518


   mx:DataGrid


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] pashminakazi commented on issue #1143: DataGrid have an extra space for scroller

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #1143:
URL: https://github.com/apache/royale-asjs/issues/1143#issuecomment-894763129


   If DataGrid has scrollbar then it should be placed at separate column not with the last column,there should be one more column after last column where scrollbar should be placed if grid has scrollbar.
   
   Royale : 
   ![image](https://user-images.githubusercontent.com/42200979/128626073-f9c0307b-88ab-4c4d-bcb2-a0df79e186cb.png)
   Flex : 
   ![image](https://user-images.githubusercontent.com/42200979/128626079-ec41dc5a-2bcf-4c4f-a46c-62cc5714e016.png)
   
   Example : 
   [DataGridIssue.zip](https://github.com/apache/royale-asjs/files/6950438/DataGridIssue.zip)
   Flex : ![1](https://user-images.githubusercontent.com/42200979/128626102-1f991cae-1a2a-42a9-8930-aa074c0de40b.png)
   Royale : ![2](https://user-images.githubusercontent.com/42200979/128626104-b5d958e8-757d-4d49-b1f5-f2b92ba60cfd.png)
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org