Treeview Nodes Alignment problem with Arial Font

suniligate

Newcomer
Joined
Aug 4, 2010
Messages
2
In our Visual Basic to .Net application migration we have replaced a 3rd party control (SSTreeView) used in VB with TreeView control in the .Net application. We observed a limitation in .Net where we couldn’t achieve the fixed length nodes using the Arial font similar to VB, as detailed in the following section.


Fixed length nodes in Tree view:
Fixed Length Nodes for the tree view control can be achieved only using "Courier New" Font and right padding. However, in VB Arail font was used and The alignment is perfect!

Plz find the attachments For VB and .NET TreeviewNodes Alignement.

i dont want to change my Arial Font to courier New.Client Strictly wants Arail Font :( ...
How to achive this fixed length Alginemnt of nodes with Arial Font?
 

Attachments

Back
Top