Please,
is it possible to change the color of the splitter line ?
Hi Nello,
Yes you can!
There are a few ways to do it:
var splitContainerComponents = Application.Theme.Appearances.splitpane.components; var splitContainerHorizontalStyle = splitContainerComponents.splitter.states["horizontal"].styles; splitContainerHorizontalStyle.backgroundColor = "blue";
3. Using a Mixin:
Other useful links:
Let me know if you have any questions or issues!
Best,
Levie
Hi Nello,
If you downloaded Wisej from Wisej.com/builds it comes with the installation package. Try searching for Wisej.ThemeBuilder or Wisej in the search bar and make sure you filter by Applications. If you can’t find it, I’d recommend reinstalling Wisej.
Once you have a theme file you can add it to your project with the following:
You can also load / change your theme at runtime with:
Application.LoadTheme("myThemeName");
You should be good to go then!
Let me know if you have issues.
Best regards,
Levie
I have understood your solution, bat i can’t find “theme builder” application. i have installed version 2.1.60.
Moreover I haven’t understand how add a theme to my solution.
Sorry for question.
Nello
Please login first to submit.