XAML 에서 StringFormat 으로 문자열 표시
<TextBlock>
<TextBlock.Text>
<MultiBinding StringFormat="{0} / {1}">
<Binding Path="Age" />
<Binding Path="Sex" />
</MultiBinding>
</TextBlock.Text>
</TextBlock>
참고 : http://elegantcode.com/2009/04/07/wpf-stringformat-in-xaml-with-the-stringformat-attribute/
'Dev::DotNet > WPF' 카테고리의 다른 글
WPF 에서 DoEvents (0) | 2013.11.18 |
---|---|
WPF Visual Tree or Logical Tree 순회 (0) | 2013.11.13 |
NetAdvantage XamDockManager 의 Splitter 고정 (0) | 2013.11.08 |
WPF Filter ComboBox (0) | 2013.11.04 |
FlowDocument 의 Block 작업영역 구하기 (0) | 2012.08.23 |