コード例 #1
0
        public InvoiceView()
        {
            InitializeComponent();
            InvoicesGrid.AddHandler(GridViewCell.CellDoubleClickEvent, new EventHandler <RadRoutedEventArgs>(OnDoubleClick), true);

            InvoicesGrid.RowLoaded += OnRowLoaded;
        }
コード例 #2
0
ファイル: InvoiceView.xaml.cs プロジェクト: Simon05/fondok1
 void InvoiceViewLoaded(object sender, RoutedEventArgs e)
 {
     InvoicesGrid.UpdateLayout();
     InvoicesGrid.Items.Refresh();
 }