Sir ,
Thank you it working now.
jQuery SumoSelect plugin: CheckBox Overlaps on Item in ASP.Net
but long item name is now showing properly.
please help to display complete item
<div class="col col-6 pt-2 pb-0 text-start text-black border border-secondary ">
<asp:ListBox runat="server" ID="LstBoxOtherModel" Height="30px"
SelectionMode="Multiple" Width="420px" Font-Names="arial" >
<asp:ListItem> This is testing Item 1 for display</asp:ListItem>
<asp:ListItem> This is testing Item 2 for display</asp:ListItem>
<asp:ListItem> This is testing Item 2 for display</asp:ListItem>
<asp:ListItem> This is testing Item 2 for display</asp:ListItem>
</asp:ListBox>
<asp:Button ID="BtnShowListOtherModel" CssClass="btn btn-primary btn-sm p-0 " Height="20px" Font-Size="10px" runat="server" Text="Show List" />
</div>