C# (CSharp) ScreenScroller Namespace

Nested Namespaces

ScreenScroller.Editor
ScreenScroller.Resources

Сlasses

Name Description
LevelChangedEventArgs
NodeViewModel
ProportionalDimensionsConverter
Screen Interaction logic for MainWindow.xaml
ScreenScrollerPlugin
TrackUniformGrid This class overrides the Arrange method of the UniformGrid in order to arrange its children in a "track" way. instead of arranging them in the following way : 1 2 3 4 5 6 7 8 9 this Grid arranges that way : 1 2 3 6 5 4 7 8 9 It works for any number of children.