hephy-dd / comet

COMET - Control and Measurement Toolkit
GNU General Public License v3.0
2 stars 2 forks source link

Add UI scroll area #37

Closed arnobaer closed 4 years ago

arnobaer commented 4 years ago

Add scroll area providing auto scroll bars.

comet.ScrollArea(layout=comet.Column(
    *[comet.CheckBox(text=f"Option {i+1}") for i in range(32)]
))

scrollarea