Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
박도현
c-sharp-study
Wiki
doh wpf
doh wpf
· Changes
Page history
dohun94 created page: doh wpf
authored
Apr 18, 2017
by
박도현
Show whitespace changes
Inline
Side-by-side
doh-wpf.md
View page @
b61026b4
...
@@ -55,7 +55,8 @@
...
@@ -55,7 +55,8 @@
Binding, StaticResource 등에 x 키워드를 붙이지 않는 것은 http://schemas.microsoft.com/winfx/2006/xaml/presentation에 선언되어 있기 때문이다.
Binding, StaticResource 등에 x 키워드를 붙이지 않는 것은 http://schemas.microsoft.com/winfx/2006/xaml/presentation에 선언되어 있기 때문이다.
### ItemSource
ItemSource를 한번 설정하면 item을 조작했다고 바로 update 되는게 아니다. ItemSource를 null로 설정한 다음에 다시 바인딩해야 update가 구현된다.
...
...