|
Browse by Tags
All Tags » C# » GridSplitter ( RSS)
-
Update: Wrapping TextEditor(s) in ScrollView is incredibly slow if the file is large. It sometimes takes 30 - 40 seconds to load / draw the document, and as long as 40 - 50 seconds for a ReDraw. In my example if I move the GridSplitter it forces a ReDraw and takes forever. In attempting to display a...
-
I have managed to get the scrolling of two Textviews to be syncronized. And, the solution was so simple I wanted to kick myself for not trying it before. I simply wrapped everything in a ScrollViewer. Hid the vertical scrollbars using ScrollViewer.VerticalScrollBarVisibility, so that only the ScrollViewer's...
-
I do actually use a Grid, with two TextEditors inbedded in the Grid; with a GridSplitter between. The TextEditor windows are used so that "decoration" is easier. However, previously it was 1 TextEditor containing a file's content, split into two by drawing a rectangle (using Rect) background...
-
I am trying to implement a solution that contains two TextView side-by-side. The left pane contains a file's content and the left pane is comments and automatically generated text based on the content of the left pane. I am using a GridSplitter between the two panes. This creates two vertical and...
Page 1 of 1 (4 items)
|
|
|