With Pinning enabled, for multiple SQLs, vertical scrollbar doesn't appear making it difficult to read results
If Query Result Pinning is enabled, and Sql has multistatement, every single grid is shown in the grid results window, but since v16.0 all grids are attached to fit in a single window, "without vertical scroll". If there is many grids, this make impossible to read all result rows.
In previous ADS version, every single grid was showing all lines, and page was growing in bottom side, so a vertical scroll was available to move up and down in the window.
Issue first started with the Pinning checkin
Version: 16.0.0-beta-15
Build #: 42455
Build Date: 2015-Feb-19 07:47:35 AM
To reproduce:
1. Enable Pinning
2. Open SQL Server and execute the below Query
select '1'
select '2'
select '3'
select '4'
select '5'
select '6'
select '7'
select '8'
select '9'
select '10'
select '11'
select '12'
select '13'
select '14'
select '15'
select '16'
select '17'
select '18'
select '19'
select '20'
select '21'
select '22'
select '23'
select '24'
select '25'
select '26'
select '27'
select '28'
select '30'
4. You can see the results do not have a scrollbar.
5. Compare with ADS v15 and you can see that it works fine
Verified in ADS v16.0.3-13