I'm using three Control Containers to display one combo box and two date pickers. I want them stacked.
I'm having two problems
I also tried creating a user control but it does the same thing somehow. Plus another annoyance of discoloring the background of the control a different shade of blue.
I'm using 11.1 Win CLR2.
for the first issue, you should decrease the font size of the control (combo box and datepicker) to 8 points and it will work
for the second, i guess you should add empty spaces to the label to make them the same width.. i don't know if there is another way
regards
If you use ComboBoxTools instead of ControlContainerTools with combo boxes in them, we will align the tools for you. If you need a date picker though, I don't think there is a good way to do it at this point. The only thing I could think of would be to derive your own tool type, but that might be a lot of work. I think you should probably submit a feature request for this.
Hello rehemann,
Did you try our 'UltraDateTimeEditor'? Can you please post what would your application want to be like?
I am running into the same situation. I have put a datepicker on a control container tool, but the datepicker is too tall when I have to stack two of them. The combo box tool seems to be a little bit shorter for this reason. Are there any plans to create a datepicker tool?