All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
ToolBar
/
toolbar empty but still shows portion of skin
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Patrick Stovall
22 posts
Member since:
Jan 2008
Posted 22 May 2008
Link to this post
I am using webblue for skinning a toolbar. I am dynamically loading the toolbar with items at runtime. When the toolbar has no items and I have the toolbar disabled, it still shows a small portion of the skin on the left side. I would have assumed there shouldn't be anythign showing since it is empty. Is there any resolution for this?
Erjan Gavalji
Admin
1455 posts
Posted 23 May 2008
Link to this post
Hi Patrick,
You can set the
RadToolBar
's
Visible
property to
false
when the control does not have any items and set it to
true
when adding items.
Best,
Erjan Gavalji
the Telerik team
Instantly find answers to your questions at the
new Telerik Support Center
Back to Top
Close