Make the RadSpinEditor look like a normal textbox

This article will show how to make the RadSpinEditor look like a normal textbox

The benefit of using this approach is that there are additional features in RadSpinEditor such as the modification of the numbers with Step using the MouseWheel and the functionality given by ThousandsSeparator, Hexadecimal, Maximum and Minimum properties.
Here are the steps to do this:
1.Drag RadSpinEditor into the form area
2.In the Action List choose "Edit UI elements"
3.In the dialog tree select the BoxLayout that is just under the DockLayoutPanel. For that BoxLayout, set the Visbility property to Collapsed.
4.RadSpinEditor will decrease its height, since spin buttons' height is no longer being calculated. Therefore, you should set the top Padding of the RadSpinElement to 2 and the bottom Padding to 3.

                       

RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences