I am new to XAML an c# but i have some experience in Java Swing. I have VS-2012 for windows 8 that makes the development of apps easy but i want to know how i can get full control of rendering some components, like in java one has to
extend JPanel and provide the rendering code in paintComponent().How can i do something related in XAML where UI and logic is so much separated?
↧