FYI, so far I've found no down-side to haveing extreamly large templates. Height and width of the template gets cropped by the size setting of the control's style and the control itself. Scrolling only becomes an issue if the displayed text exceeds the control's dimentions.
OTOH, templates that are to small will produce some odd results, like dead space between a dropdown list and its scrollbar.
Oh, also found it usefull to pad the left side of templates with a few pixels of dead space to keep populated text from bumping into surounding borders.
|