Tab Like Buttons
Is it Possible to make a tab like this?? http://imageshack.us/photo/my-images/36/tabcontrol.jpg/
I want开发者_如何学C it to become a button and show a different panel. Can somebody help me?
Use Grid, Where column 0 is your buttons and column 1 is your panel where your stuff goes. For control use user defined controls, and then on button click change accordingly.
By the way which technology is it ? Win forms, wpf, silverlight ... ?
That's quite easy to accomplish with jQuery (or just JavaScript), do some homework this is basic knowledge, widely spread on the internet...
http://docs.jquery.com/UI/Tabs
or a fixed tutorial:
http://www.sohtanaka.com/web-design/simple-tabs-w-css-jquery/
精彩评论