Layout design question

  • Thread starter Thread starter Matthew E Creegan
  • Start date Start date
M

Matthew E Creegan

Does anyone have a suggestion on how to mimic the scrolling behavior of the
code editor pane in VS.net (with line numbers turned on)? That is, both
scrollbars visible, scrolling horizontally moves content but not line
numbers, and scrolling vertically moves both in synch.

Any ideas greatly appreciated!

MEC
 
* "Matthew E Creegan said:
Does anyone have a suggestion on how to mimic the scrolling behavior of the
code editor pane in VS.net (with line numbers turned on)? That is, both
scrollbars visible, scrolling horizontally moves content but not line
numbers, and scrolling vertically moves both in synch.

You may want to have a look at the implementation of SharpDevelop:

<http://www.icsharpcode.net/OpenSource/SD/>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top