Jewel: DataGrid HScrollBar
- Dominant language
- ActionScript
- Stars
- 380
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
Although the DataGrid element automatically shows the VScroll, when its content exceeds the size of the control, there is no way (at least I have not been able to find it) to add an HScroll when 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;"
```
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.