top of page
Mirc scripting: dialogs
the option size in lists and combos, what is it mean?
limits the hight of the list/combo so it wont exceed the h parameter in case that number of items requires more than been set by h parameter.
examples:
combo        id, x y w h, style          (sort, edit, drop, size, vsbar, hsbar)
list        id, x y w h, style          (sort, extsel, multsel, size, vsbar, hsbar, check, radio)
bottom of page