Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

TabStrip Width

$
0
0
Hi Tim,

You can achieve this scenario using RadTabStrip in Lightweight render mode and flex CSS property:
.rtsUL {
    display: flex;
}
 
.rtsLI:last-child {
    flex: 1 0 auto;
}
 
.rtsLI {
    width: 300px !important;
}

Attached you may find an example.

Hope this will be helpful.

Regards,
Aneliya Petkova
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>