Browse Source
* Remove IInternalScroller and move IScrollable to Avalonia.Base * Update API suppressionspull/20529/head
committed by
GitHub
10 changed files with 67 additions and 42 deletions
@ -1,11 +0,0 @@ |
|||||
using System.Runtime.CompilerServices; |
|
||||
|
|
||||
namespace Avalonia.Controls.Primitives; |
|
||||
|
|
||||
// TODO12: Integrate with existing IScrollable interface, breaking change
|
|
||||
internal interface IInternalScroller |
|
||||
{ |
|
||||
bool CanHorizontallyScroll { get; } |
|
||||
|
|
||||
bool CanVerticallyScroll { get; } |
|
||||
} |
|
||||
Loading…
Reference in new issue