ui icon indicating copy to clipboard operation
ui copied to clipboard

Scrolling box

Open rawsh opened this issue 7 years ago • 2 comments

Here is the use case: I have a text box, and I have a column on the left with all the line numbers. How can I make both of them scroll? I see the NewScrollingArea but the documentation is not clear on how to make a new area handler.

Do you have any examples?

rawsh avatar Nov 11 '17 17:11 rawsh

I don't have a generic scrollable container just yet, and even if I did what you're trying to do isn't very trivial with it. For what you want to do I'm not sure what the ideal solution would be currently.

andlabs avatar Nov 11 '17 21:11 andlabs

Is it possible to draw a control/widget in an area? I'm trying to make a simple text editor using ProtonMail's fork.

rawsh avatar Nov 11 '17 21:11 rawsh