private void SetShowEmptyCells(ExtendedListView extendedListView)
	    {
			Control.TableFooterView = !extendedListView.ShowEmptyCells ? _footer : null;
	    }
 private void SetAlwaysBounceVertical(ExtendedListView extendedListView)
 {
     Control.AlwaysBounceVertical = extendedListView.AlwaysBounceVertical;
 }