This is a migrated thread and some comments may be shown as answers.

How to orientation tab strip to right.

0 Answers 140 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Khieu Kim Khun
Top achievements
Rank 1
Khieu Kim Khun asked on 27 Nov 2012, 07:24 AM
@(Html.Kendo().TabStrip()
    .Name("tabstrip")
    .Items(tabstrip =>
    {
tabstrip.Add().Text("About Us")
                .Content(@<text>
                                     
                </text>);
            tabstrip.Add().Text("Contact Us")
                .Content(@<text>
                                     
                </text>);
             
    })
    .SelectedIndex(0)   
)
 
<style>
.k-tabstrip .k-tabstrip-items { padding:0.3em 0.35em 0;}
.k-reset { text-align:right;}
</style>

No answers yet. Maybe you can help?

Tags
TabStrip
Asked by
Khieu Kim Khun
Top achievements
Rank 1
Share this question
or