Hello,
I am using the following toolstrip:
The problem is that the "searchForm", which contains only one field, seems to be valigned to the bottom, and not top ( see screenshot ). How can i force it to go to the top?
Also, as you might see on the screenshot, the separator have a background image. Is it possible to remove it?
I am using the following toolstrip:
Code:
isc.ToolStrip.create( {"width":750, "height":20, "members":[add_button, edit_button, delete_button, "separator", searchForm], "position":"relative", "membersMargin":10, "border":0, "separatorSize":200} );
Also, as you might see on the screenshot, the separator have a background image. Is it possible to remove it?
Comment