Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Hello, Roy,
You can add RadDropDownListElement into RadStatusStrip.Items collection. Please refer to the following documentation article: Adding Items - RadStatusBar - Telerik UI for WinForms
Then, populate the drop down list with items: Adding Items Programmatically - WinForms DropDownList Control - Telerik UI for WinForms
I prepared a sample code snippet for your reference:
RadDropDownListElement ddl = new RadDropDownListElement(); ddl.MinSize = new Size(100, 0); ddl.Items.Add(new RadListDataItem("item 1")); ddl.Items.Add(new RadListDataItem("item 3")); ddl.Items.Add(new RadListDataItem("item 3")); this.radStatusStrip1.Items.Add(ddl);
I hope this information is useful. If you have any other questions do not hesitate to contact me.
Regards, Nadya | Tech Support Engineer Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.