i am developing small windows application in my project..
i need different look popup,slidings, scroling,dropdown same as like asp.net css.
how can i apply css to my windows application
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kunal VaishyaPosted Jul 3, 2013, 4:38 AM
You cant apply Css but you can Apply Skin , Create skin and set it
Sanjeeb LenkaPosted Jul 1, 2013, 1:40 AM
if you want you can create an xml(stylesheet file). for this check this link
http://www.codeproject.com/Articles/14814/StylesSheetManager-A-CSS-like-component-for-WinFor
Iftikar HussainPosted Jul 1, 2013, 1:37 AM
The CSS is based on HTMl elements. You can't use CSS in Windows Application. You need to set style by using properties option only.
Regards,
Iftikar