79092700

Date: 2024-10-16 06:28:04
Score: 1.5
Natty:
Report link

InitiallyExpandedFunc 이 함수를 이용하면 될 것 같아요

하이라키 칼럼에 InitiallyExpandedFunc="@(x => allExpend)" 이렇게 사용한다고 가정하면

bool allExpend = false;

void ExpandAllGroups(bool newvalue)
{
    allExpend = newvalue;
    // use Elements get method
}

이렇게 하면 하이라키칼럼이 allExpend 변수의 상태에 따라 모두 접히거나 펴집니다.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: Leeds9