I need a way to make the highlighted word bold (the first two characters of each item in the list), and nothing more, something like this:
01 car
02 house
03 market
As for these three, being elements in the list control, ALWAYS the first two characters, the rest should not be bold.
Is there any practical way to do this?
Data:
- Visual studio 2008
- .NET 3.5
request:
private void lstMaster_DrawItem(object sender, DrawItemEventArgs e) {
Itβs just keept the same, no rectangle, no βAAAβ, no square breakpoint reached ...
Marcelo
source share