
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" />