Hi guys n gals,
I have a RadDocking control...
The InstanceEditorView is basically a StackPanel with 3 GroupBoxes stacked vertically.
Each GroupBox has a few RadMaskedTextBoxes (to provide just Watermark functionality).
When I mouseover the RadMaskedTextBoxes the RadDocumentPane flickers between the RadMaskedTextBox's hover and normal states (ie same colours - hint?).
I am using the Q1 2011 SP1 build and the ExpressionDark theme.
Any ideas how I can get rid of it? Not really very keen on restyling the RadDocumentPane Header...
I have a RadDocking control...
<
telerik:RadDocking
Grid.Row
=
"1"
>
<
telerik:RadDocking.DocumentHost
>
<
telerik:RadSplitContainer
>
<
telerik:RadPaneGroup
>
<
telerik:RadDocumentPane
Header
=
"{Binding Path=CurrentInstance.Name}"
CanUserClose
=
"False"
>
<
View:InstanceEditorView
/>
</
telerik:RadDocumentPane
>
</
telerik:RadPaneGroup
>
</
telerik:RadSplitContainer
>
</
telerik:RadDocking.DocumentHost
>
...
</
telerik:RadDocking
>
...
The InstanceEditorView is basically a StackPanel with 3 GroupBoxes stacked vertically.
Each GroupBox has a few RadMaskedTextBoxes (to provide just Watermark functionality).
When I mouseover the RadMaskedTextBoxes the RadDocumentPane flickers between the RadMaskedTextBox's hover and normal states (ie same colours - hint?).
I am using the Q1 2011 SP1 build and the ExpressionDark theme.
Any ideas how I can get rid of it? Not really very keen on restyling the RadDocumentPane Header...