This is a migrated thread and some comments may be shown as answers.

Imageposition left not working

1 Answer 19 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 01 Apr 2015, 09:27 PM
I am sure there is a simple answer.
Right and AboveText work.

Left places the Image above the text.
Below place the Image in the text.

<telerik:RadToolBar ID="CommandRadToolBar" runat="server" AutoPostBack="True" Height="48px" SingleClick="None">
    <Items>
        <telerik:RadToolBarButton Text="Add New" CommandName="InitInsert" ImageUrl="~/Images/Tools16X16.png"   ImagePosition="Left" Width="128" >
        </telerik:RadToolBarButton>
        <telerik:RadToolBarButton Text="Refresh" CommandName="RefreshItems" ImageUrl="~/Images/Refresh16X16.png" ImagePosition="Right" Width="128">
        </telerik:RadToolBarButton>
    </Items>
</telerik:RadToolBar>

1 Answer, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 02 Apr 2015, 01:27 PM
The issue turned out to only in the ide, when running everything looks good.
Tags
ToolBar
Asked by
John
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
Share this question
or