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
AI-Enhanced UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
I found a thread on how to set the RadSpinEditor buttons size using the designer, but I haven't been able to get it to work programmatically..
radSpinTest.SpinElement.ButtonUp.MinSize.Width = 45 <--- this doesn't work because it's a readonly property
Any help would be greatly appreciated.
Thanks!
I don't see a way to remove my thread after solving it myself, but here is the answer:
spinTest.SpinElement.ButtonUp.MinSize = New System.Drawing.Size(50, 25) spinTest.SpinElement.ButtonDown.MinSize = New System.Drawing.Size(50, 25)