CodeView icon indicating copy to clipboard operation
CodeView copied to clipboard

Enabling Scrolling

Open dchrzanowski opened this issue 7 years ago • 0 comments

I am trying to enable scrolling, but:

codeView.setVerticalScrollBarEnabled(true);
codeView.setHorizontalScrollBarEnabled(true);

Do not work

dchrzanowski avatar Apr 01 '18 17:04 dchrzanowski