Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
hi,all

i am doing a windows mobile development and making a help form. I try to use ListBox to show some items like below
Function ShortCut

Back------------------ F5

Close ----------------- F6

Next Page------------ Fn+N

The problem is i can't make the characters in the second column such as the shortcut key F5,

F6,F7 starting in the same position , let's say left alignment. Then it make the page looks

not really pretty.

Any help regarding this would be really appreciated.
Posted
Comments
Naz_Firdouse 24-Apr-13 3:13am    
did u set the text align to left???
please post your code so that we can help you...
Richard MacCutchan 24-Apr-13 4:29am    
You probably need to set the ListBox to use a fixed width font, or make it user drawn, and format the text yourself using tabs.
Erik Rude 24-Apr-13 5:16am    
Maybe look at a content Data Template or something?

1 solution

Please use a Data-template for the list box

Thanks,
Bilaal
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900