How to - add horizontal scroll bar to TGTextEntry control?

I have a TGTextEntry control in my GUI. The control is being used to enter a URL and the URL may be longer than the TGTextEntry control width. How can I add a scroll bar to the control?

Does Root have a class that allows you to connect, send and receive information from a webserver?

Thank you,
Angel


ROOT Version: 5.28/00b
Platform: Windows 7
Compiler: VS2008


I guess @bellenot can help you with this.

Hi Angel,

You can’t. But the text will automatically scoll when moving the cursor… Otherwise you can use a TGTextEdit widget.

Maybe the TGHtml widget could help?

Cheers, Bertrand.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.