开发者

Tab Like Buttons

开发者 https://www.devze.com 2023-04-01 13:28 出处:网络
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,

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消