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/>
 
Back
Top