As an attempt to color text in ListBox i found this guide C# : change listbox items color (i am using windows forms application on visual studio 2012).
The code is working but the problem is that i want to use the textbox in a Right to Left mode, but when i change it in the ListBox settings it does not work, so i assume that it needs to be changed in the code somehow, this is what i need your help for.
Thank you very much!
Alon
As an attempt to color text in ListBox i found this guide C# :
Share
Your y position is 0, so everytime you insert a message it’s on the left side.
To put it on the right side you have recalculate the postion.
Look at the following example.