0
두 줄의 차이점은 무엇입니까?WPF 컨트롤 SetValue 차이
첫 번째 질문은 내가 기대하는 바를 수행합니다. 폭을 변경합니다. 두 번째 것을 사용할 때 아무 일도 일어나지 않습니다. 왜?
1)
columnSplitter.Width = new GridLength(myWidth);
2)
columnSplitter.SetValue(GridSplitter.WidthProperty, myWidth);