MobileForms Toolkit Documentation

DetailView.UpDownButtonWidth Field

Can be used to adjust the look of the control on various platforms.

public static int UpDownButtonWidth;

Remarks

This is one of more advanced setting to achieve better look of the controls.

Standard value of 26 is used on PocketPC platforms. Use the DetailView.UpDownButtonWidth = 15 before creating the first instance of the DetailView to adjust the width of the editable part of the ComboBox on WindowsCE devices.

See Also

DetailView Class | Resco.Controls.DetailView Namespace