
For example, I'd like 13 to be an option in the list
For example, I'd like 13 to be an option in the list
Hi Jim,
The FontSizeComboBox.OnInitialized method currently inserts a number of ComboBoxItem objects into the Items collection, where the Content of each item is a "double" numeric value. You could programmatically insert 13 in the same was after it's loaded. Or you could override that method and do it there.
Please log in to a validated account to post comments.