Hi, I am customizing the theme VisualStudio2022Light. I have changed the purple color to the teal. However, I am not able to change the background and selected row in the theme.
When I run my application, it is still in purple.
I found a similar issue where I couldn't find where I can change the close button during click in the RadForm.
3 Answers, 1 is accepted
Hi Dinko,
Thanks for your answer, I found what I was looking for.
To change the PageView in the NavigationView mode, just use the right click and select it.
About the form's close button, it uses another control (RadTitleBar). Once we change the color here, it reflects to the buttons in the RadForm.
Hello Henri,
Thank you for the provided images.
Looking at the second image it seems that you are using a different View, NavigationView to be more precise. Can you confirm that?
As for the button in the form, you want to modify the close button in the form only or in general. If you want to change the mouse-over effect of the Radbutton in general, you can modify the applied repository of the MouseOver visual state of the RadButtonElement.
Regards,
Dinko | Tech Support Engineer
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Dinko,
I am facing the problem below. I have the SplitterElement with a fill and the 3 dots are in white. I want to remove the SplitterFill and leave it as white, however, how can I change the 3 dots color? It disappears because the color is white or transparent, I don't know.
Using teal.
After I remove the teal, I cannot see the 3 dots.
The three dots are represented by an image. The three do have white color and that is why you don't see them. If you go and set the DrawBackgroundImage property of the SplitterElementLayout to false, you can observe that the 3 dots disappear. If you want to have a different visual appearance, you can create a different image for the 3 dots and replace it in the BackgroundImage property value.
Hi Dinko,
Awesome work, now I am able to change the image. However, I am changing the images of the MainSplitContainer and DocumentContainer and I don't see any change. I mean, I am not able to change the dots as image below.
I've been changing here and nothing happens.
You will need to modify the different state of the element. Different visual states have different settings:
Hi Dinko,
Thanks for you support, it's been very hand.
I am using the RadLayoutManager. I noticed that the dots are in purple, same color of the original theme. How can I change the color?
Hi Dinko, I hope it helps.
We use the Overlay sample.
Same code here.
I've added the RadOverlayManager.OverlayInstance.ThemeName to my code, but I haven't seen any change.
Hi Dinko,
I found the option.