mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-30 05:28:46 +00:00
Update ReorderableListView.cs
This commit is contained in:
@@ -60,16 +60,16 @@ namespace YooAsset.Editor
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 元素固定高度
|
/// 元素固定高度
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int ElementHeight
|
public float ElementHeight
|
||||||
{
|
{
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
_listView.itemHeight = value;
|
_listView.fixedItemHeight = value;
|
||||||
_listView.Rebuild();
|
_listView.Rebuild();
|
||||||
}
|
}
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return _listView.itemHeight;
|
return _listView.fixedItemHeight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user