MobileForms Toolkit Documentation

DetailView.ComboButtonWidth Field

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

public static int ComboButtonWidth;

Remarks

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

Standard value of 22 is used on desktop and Windows CE platforms. Use the DetailView.ComboButtonWidth = 15 before creating the first instance of the DetailView to adjust the width of the editable part of the ComboBox on PocketPC.

See Also

DetailView Class | Resco.Controls.DetailView Namespace