mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-02 15:50:49 +08:00
11 lines
191 B
C#
11 lines
191 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Semi.Avalonia.Demo.Pages;
|
|
|
|
public partial class ScrollViewerDemo : UserControl
|
|
{
|
|
public ScrollViewerDemo()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |