How to apply styles in listbox items

  • Thread starter Thread starter rajeev ranjan
  • Start date Start date
R

rajeev ranjan

Hi,
I am using list box in my application.
By default, list items are taking their own styles.
I need some changes in the list items appearance:
1. After each list item there must be some border line
so that the list items seem distinguishable.
2. List Item needs to contain two lines.
How to achieve two lines for each list item?
3. Tool tip for list item is not supported in I.E. 6
How to achieve that functionality?
Any one plz help me out.
Thanks & Regards,
Rajeev
 
I am using list box in my application.
By default, list items are taking their own styles.
I need some changes in the list items appearance:
1. After each list item there must be some border line
so that the list items seem distinguishable.
2. List Item needs to contain two lines.
How to achieve two lines for each list item?

Look up "Owner Draw."
3. Tool tip for list item is not supported in I.E. 6
How to achieve that functionality?

Is this a completely different question? Because above you mention that
you're using a list box in your "application." I take that to mean you're
writing a desktop (WinForms) application. If this is a "Web application"
then you can't control ANY of this without creating a custom ActiveX
control, and nobody's going to want to download and install that.
 
Back
Top