Jump to content

Slider Inserted Button: Button Height


andyhill

Recommended Posts

The following code adds a button to the slider as expected.

    with UnimSlider1.JSInterface do begin
      JSCode(#1'.bodyElement.insertSibling('+ BitBtn.JSName +'.element, "after");');
 

I need to set the Buttons Height to 48 pixels, please advise how - thanks in advance

Link to comment
Share on other sites

×
×
  • Create New...