aharui commented on issue #666: Vertical Scrollbar should be visible when we 
resize ADG columns
URL: https://github.com/apache/royale-asjs/issues/666#issuecomment-572725956
 
 
   The VDI is still not available so I can't investigate in detail.  In the 
test cases I looked, when you resize a column, the other columns also adjust 
their size so there is no excess width to require a horizontal scrollbar.  I 
will need the VDI to understand why this particular ADG lets its columns grow 
beyond the width of the ADG unless you can provide a simple test case.
   
   As a workaround, I think you could try adding a CSS selector like 
   
   .AdvancedDataGridListArea
   {
       overflow-x: auto;
   }
   

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


With regards,
Apache Git Services

Reply via email to