wpf2017. 7. 18. 16:43

보통 기본 리스트박스로 만들면 이렇게 item 이 들어간다.


enter image description here


만약 

enter image description here


이렇게 하고 싶다면

<ListBox>
        <ListBox.ItemContainerStyle>
            <Style TargetType="ListBoxItem">
                <Setter Property="HorizontalContentAlignment" Value="Stretch"/>
            </Style>
        </ListBox.ItemContainerStyle>
    </ListBox>


출처 : https://stackoverflow.com/questions/20934261/align-grid-column-to-right

'wpf' 카테고리의 다른 글

non-ASCII를 없애보자.  (0) 2017.07.21
Base 모델 클래스에 있는 데이터를 상속 클래스에 COPY 하기  (0) 2017.07.21
[WPF] NavagionManager  (0) 2017.07.17
MVVM Button Click Command 사용법  (0) 2017.07.17
MVVM을 쓰면서...  (3) 2016.10.24
Posted by 동동(이재동)