Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
datagridを使用してコンボボックスの値を選択します。
private void status_SelectionChanged(object sender, SelectionChangedEventArgs e) { }
選択した行番号を知るにはどうすればよいですか
どうですか
datagrid.SelectedIndex
それを確認してくださいSelectionMode = "Single"
SelectionMode = "Single"