[GH-ISSUE #737] TextView not Scroll #541

Closed
opened 2026-03-04 01:05:53 +03:00 by kerem · 0 comments
Owner

Originally created by @dizanetti on GitHub (Jun 28, 2022).
Original GitHub issue: https://github.com/rivo/tview/issues/737

Hello Rivo, I'm developing an application to perform some actions in kubernetes with tview.

I have a text that I want to display and it is very large, but it does not scroll.

the text view is inside a Page.

https://github.com/dizanetti/golang/blob/main/prompt-interface/menu.go
https://github.com/dizanetti/golang/blob/main/prompt-interface/main.go

var describePod = tview.NewTextView().SetTextColor(tcell.ColorGreen).SetScrollable(true)

is there something blocking the scroll?

I thank the attention

Originally created by @dizanetti on GitHub (Jun 28, 2022). Original GitHub issue: https://github.com/rivo/tview/issues/737 Hello Rivo, I'm developing an application to perform some actions in kubernetes with tview. I have a text that I want to display and it is very large, but it does not scroll. the text view is inside a Page. https://github.com/dizanetti/golang/blob/main/prompt-interface/menu.go https://github.com/dizanetti/golang/blob/main/prompt-interface/main.go `var describePod = tview.NewTextView().SetTextColor(tcell.ColorGreen).SetScrollable(true)` is there something blocking the scroll? I thank the attention
kerem closed this issue 2026-03-04 01:05:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#541
No description provided.