mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-31 02:08:03 +01:00
better names and API docs
This commit is contained in:
@@ -395,7 +395,7 @@ public class TreeViewFileSystem : Scenario
|
||||
_treeViewFiles.SetNeedsDisplay ();
|
||||
};
|
||||
|
||||
_treeViewFiles.DrawContent += (s, e) =>
|
||||
_treeViewFiles.DrawingContent += (s, e) =>
|
||||
{
|
||||
scrollBar.Size = _treeViewFiles.ContentHeight;
|
||||
scrollBar.Position = _treeViewFiles.ScrollOffsetVertical;
|
||||
|
||||
Reference in New Issue
Block a user