Groupbox"
From Documentation
m ((via JWB)) |
m (correct highlight (via JWB)) |
||
Line 11: | Line 11: | ||
For example, | For example, | ||
− | <source lang="xml" | + | <source lang="xml" highlight="1"> |
<groupbox contentStyle="overflow:auto"> | <groupbox contentStyle="overflow:auto"> | ||
</source> | </source> |
Latest revision as of 08:50, 19 January 2022
Groupbox
- Component Reference: Groupbox
- Available in ZK EE only
Friendly Scrolling Support
When user swipe on the content of Groupbox, the friendly scrollbar will appear. To enable this, please specifiy the contentStyle with "overflow:auto"
For example,
<groupbox contentStyle="overflow:auto">
Version History
Version | Date | Content |
---|---|---|
6.5.0 | July, 2012 |