fyne-io/fyne

Accordion Event on Open/Close

Open

#1,493 创建于 2020年11月1日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)Go (1,526 fork)batch import
Hacktoberfestenhancement

仓库指标

Star
 (28,262 star)
PR 合并指标
 (平均合并 26天 11小时) (30 天内合并 38 个 PR)

描述

Is your feature request related to a problem? Please describe:

Layouts resize based on accordion open and closing. I would expect a layout to return to the size it was previously before accordion item opened (Maybe a feature in the future), however this can be achieved with events on accordion open and close.

Is it possible to construct a solution with the existing API?

I do not believe it's possible to perform on existing API.

Describe the solution you'd like to see:

Similar to Check widget, implement an OnChange and boolean of opened.

贡献者指南