Hi,
I am trying to get the ultracheckeditor to automatically resize itself according to the text that is set. This works with the WinForms CheckEditor but even though I can set the Autosize property it doesn't do anything on the ultracheckeditor.
Thanks in advance
Iain
That property is not supported for that class. I suppose attempting to set it should probably throw the appropriate exception, but I don't think that was the kind of support you were looking for. If you like you can submit a feature request for auto-size support to be implemented.
Hi there!
Are you sure this is a feature request? The control does autosize, but it only works correctly when the text doesn't wrap over more than one line. Hence IMHO this is a bug (and should only take a few lines of code to fix).
If you don't feel that way, how can I check if a feature request for this exists?
Thanks!