xaml에 DateTemplate를 이용 해 리스트뷰 아이템 추가 시 자동으로 버튼도 추가된다.. //Xaml <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="350" Width="525"> <Grid> <ListView x:Name="listView1" Hor..