Files
2026-02-21 16:45:37 +08:00

8 lines
92 B
C#

namespace UIWidgets
{
public interface IListViewItemHeight
{
float Height { get; }
}
}