Would it be possible to use JavaScript with C# (or Java, Python etc) for the sake of getting a sweet UI.
Say for example I have a program written in C# with a ok-looking GUI which holds some panels, a few buttons, radiobuttons, the usual stuff. Would I then be able to incorporate some JavaScript to create a neater UI so when I (for example) hoover above a button I get something more than just a tooltiptext or maybe even remove/hide the button all together, just like you could do with JavaScript in a website.
If it's possible could I get some code samples?
Or does C# already got some functionality for all of this?