UITypeEditor (Up/Down Ctl) on property grids
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Is there a way to get an up/down control to appear on a property grid such that I can use it to edit numeric values? All the UITypeEditor stuff seems intent on popping up dialogs and showing dropdowns. I can't believe that the grid doesn't offer this as a default choice for numbers, it would be soooooo nice. Perhaps there's a way using child controls, but then you have the nightmare of what to do when the property grid scrolls and aligning an up/down control with a row in the grid. Any ideas would be appreciated. Nursey