using System; namespace CPF.ReoGrid.Main { internal interface IScrollableWorksheetContainer { void RaiseWorksheetScrolledEvent(Worksheet worksheet, float x, float y); bool ShowScrollEndSpacing { get; } } }