increase TabIndex of cancel and ok buttons
This commit is contained in:
@@ -60,6 +60,11 @@ public partial class RadFlyoutBase : UserControl
|
||||
InitializeComponent();
|
||||
ParentChanged += FlyoutDialogBase_ParentChanged;
|
||||
|
||||
// Change TabIndex to a very high value
|
||||
// -> prevent conflicts with controls based on this class
|
||||
radButton_Cancel.TabIndex = int.MaxValue - 1;
|
||||
radButton_Cancel.TabIndex = int.MaxValue;
|
||||
|
||||
// SVG Symbols
|
||||
radButton_Cancel.SvgImage = CancelSvg;
|
||||
radButton_Confirm.SvgImage = ConfirmSvg;
|
||||
|
||||
Reference in New Issue
Block a user