apache / apache/royale-asjs

Jewel: DataGrid HScrollBar

Open
#736 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.