Quantcast
Channel: Editors for WPF - Recent Posts
Viewing all articles
Browse latest Browse all 942

Int32EditBox with dropdown listbox

$
0
0

I would like to use theInt32EditBox essentially as a combobox, for the range 0 - 55. Do you have an example of this?

<editors:Int32EditBox Name="DriveRadioChannel" Width="50" Maximum="55" Minimum="0" InitialValue="1"
VerticalAlignment="Top" VerticalContentAlignment="Center" />


Viewing all articles
Browse latest Browse all 942

Trending Articles