Exemple #1
0
            public ScrollProperties(CustomScrollControl container, int orientation)
            {
                _parentControl = container;
                _orientation   = orientation;

                Maximum = 100;
            }
            public ScrollProperties(CustomScrollControl container, int orientation)
            {
                _parentControl = container;
                _orientation = orientation;

                Maximum = 100;
            }