Hi,
I am using UltraCombo on my form. If user scroll records in the UltraCombo then after last record it showing
some extra blank space. I want to remove this empty space.How do I do this?
Please advice
Regards,
Ganesh
Hi Ganesh,
I'm not exactly sure what space you mean and the image you attached here is a broken link. Maybe you are you looking for the ScrollBounds property?
I have the same issue.
(Please see image attached)
Well, since this thread has been inactive since July, I suspect ScrollBounds is what the previous posters were looking for. :)
Anyway, there is no way to get the size of the content. Or at least, no simple way. You could, of course, count the rows and multiply the height or a row times the number of rows. But you would have to account for overlapping, scrollbars, and headers yourself.
Hello Mike,
I think their question is how to get the height and width of the content. I have the same question for this.
Hi Jeff,
Okay, I beleive I have answered that question twice already. :)
(Please see attached)
It's still not clear to me exactly what space you are referring to? If you mean the width of the second column, then you can simply set the Width property on it.
If you are talking about the fact that the control allows you to scroll such that only a single item is visible, then I already answered that above - you need to use the ScrollBounds property.