This commit is contained in:
2026-02-20 21:03:17 +08:00
parent 6cf9b8df56
commit 27a1f9d084
920 changed files with 196579 additions and 6801 deletions

View File

@@ -25,7 +25,10 @@ public class ScrollPaneHeader : GComponent
_c1.selectedIndex = 0;
}
public bool ReadyToRefresh => _c1.selectedIndex == 1;
public bool ReadyToRefresh
{
get { return _c1.selectedIndex == 1; }
}
public void SetRefreshStatus(int value)
{