mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #305] any way to put buttons vertically rather than horizontally ? #231
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#231
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xinity on GitHub (Jun 13, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/305
hey working with learning tview, i've been wondering if there's a way to create vertical buttons insted of horizontal ones .
Let me know,
Regards
@rivo commented on GitHub (Jul 9, 2019):
Not in a
Format the moment, unless you give your form such a narrow width that the no two buttons won't fit in a row.If you simply need buttons in a column, there are other options, though. You can add them to a
Flexor aGrid. Check out the documentation and the GitHub Wiki for details.Let me know if this answers your question.