C# (CSharp) ScreenScroller Пространство имен

Пространства имен

ScreenScroller.Editor
ScreenScroller.Resources

Классы

Имя Описание
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.