if (_initMouseY > _currentMouseY)
                {
                    if (_panelSelection.Top != _currentMouseY || _panelSelection.Height != _initMouseY - _currentMouseY) changed = true;
                    _panelSelection.Top = _currentMouseY;
                    _panelSelection.Height = _initMouseY - _currentMouseY;