hi!
I've a problem with scrollbars. I don't know how to eliminate the horizontal scrollbar.
Here is my code. I hope someone can help me:
I've a problem with scrollbars. I don't know how to eliminate the horizontal scrollbar.
Here is my code. I hope someone can help me:
| <telerik:RadComboBox ID="RCB_Test" runat="server" Width="250px" Height="400px" Skin="Web20" DropDownWidth="751px" HighlightTemplatedItems="true" OffsetX="-400" OffsetY="-300" > |
| <HeaderTemplate> |
| <table cellspacing="0" cellpadding="0" style="width:731px;"> |
| <tr> |
| <td> |
| <asp:Label ID="LB_HeaderTest" runat="server" Text="Test"></asp:Label> |
| </td> |
| </tr> |
| </table> |
| </HeaderTemplate> |
| <ItemTemplate> |
| <table cellspacing="0" cellpadding="0" style="width:731px;"> |
| <tr> |
| <td style="width:300px; padding-top:6px"> |
| <asp:Image ID="IM_Test" runat="server"/> |
| </td> |
| <td style="text-align:left; width:401px;"> |
| <asp:Label ID="LB_Test" runat="server" CssClass="text"></asp:Label> |
| </td> |
| </tr> </table> |
| </ItemTemplate> |
| </telerik:RadComboBox> |