or
private void event_ExternalUpdate(object sender, EventArgs args) |
{ |
if (!textBox.Focused) |
textBox.Text = "foo"; |
} |
ThemeResolutionService.ApplicationThemeName =
"MyTheme"
;
myButton.ThemeName =
"MyThemeWarning"
;
How can I scroll the grid while I'm dragging a cell from the same grid?
Here is a sample-project to clarify my question (file is deleted): sample-project