Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview
Message
De
29/06/2002 03:24:57
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
29/06/2002 02:42:35
Issam Mansour
Jordan Business Machines
Amman, Jordanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00673582
Message ID:
00673584
Vues:
15
>Hi,
>
>We are trying to use ms-tree view with a table have 18000 records added children to different parents, the time takes to complete this operation as following:-
>
>Using font time new roman regular Times 23s
> Time New Roman (Arabic) Regular 4:45 s
>
>
>1. Is there any way to change the font on tree view after loading the data.
>
>2. How can i speed up the tree view loading data?
>
>Best Regards

Yes you could change the font after data loaded using font object :
with .Treeview.Font
  .Name = 'Times New Roman'
  .Size = 12
  .Bold = .f.
  .Italic = .t.
endwith
For faster loading approach (if applicable to your case) read UT magazine June 2001 article.

Another fast loading way is not to use treeview but hierarchicalflexgrid activex (which is more logical for data with multiple columns IMHO - check Message #570099 ).
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform