What is the translation of " TREEVIEW " in English?

Examples of using Treeview in Slovak and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Official/political category close
  • Computer category close
  • Programming category close
WPF TreeView je skutočne zložitá kontrola.
The WPF TreeView is indeed a complex control.
Údaje XML sa objaviť v TreeView kontrola.
The XML data should appear in the TreeView control.
Presuňte nové TreeView, Tlačidlo, Štítok, a Blok textu Ovládacie prvky do Form1.
Drag new TreeView, Button, Label, and TextBox controls onto Form1.
Predchádzajúcej ukážke kódumapy XML strom údaje priamo do TreeView a zobrazí všetky údaje.
The previous code samplemaps the XML tree data directly onto the TreeView and displays all the data.
V predošlých niekoľkých článkoch TreeView sme použili dátové viazanie na zobrazenie vlastných objektov v WPF TreeView.
In the previous couple of TreeView articles, we used data binding to display custom objects in a WPF TreeView.
Aby sme vám ich všetky ukázali, venovali sme všetky články TreeView celú kategóriu.
To show you all of them, we have dedicated an entire category to all the TreeView articles.
Potom máme TreeView, pre ktorý som definoval ItemTemplate(ako je uvedené v predchádzajúcej kapitole), ako aj ItemContainerStyle.
Then we have the TreeView, for which I have defined an ItemTemplate(as demonstrated in a previous chapter) as well as an ItemContainerStyle.
Je to veľmi ľahké s WinForms, pretože TreeView je postavený presne pre tento scenár.
This is very easy to do with WinForms, because the TreeView is built exactly for this scenario.
Toto časť popisuje vybudovať nový dokument XML s iba požadované uzlami apotom pridajte nový dokument do TreeView kontrola.
This section describes how to build a new XML document with only the required nodes andthen add the new document to the TreeView control.
DxO OpticsPro 10 môže zlyhať pri prechádzaní rýchlo TreeView kontrola v systéme Windows 10, ktorý má. NET Framework 4.6 nainštalovaný.
DxO OpticsPro 10may crash when you navigate rapidly through the TreeView control in Windows 10 that has the. NET Framework 4.6 installed.
S aplikáciou WPF TreeView je to o niečo zložitejšie, ale ste odmenení oveľa väčšou flexibilitou, ako by ste mohli získať z WinForms TreeView.
With the WPF TreeView, it's a bit more complex, but you're rewarded with a lot more flexibility than you could ever get from the WinForms TreeView.
Táto žiadosť by zobrazí nový Koreňový uzol"deti" v TreeView Popri pôvodné údaje.
This application should display a new"children" root node in the TreeView in addition to the original data.
Pretože obe XML a TreeView kontrola zastupovať údaje v hierarchickom formáte, TreeView kontrola je prirodzená voľba zobrazovania údajov XML.
Because both XML and the TreeView control represent the data in a hierarchical format, the TreeView control is a natural choice to display XML data.
Jednou z bežných požiadaviek od ľudí prichádzajúcich z WinForms alebo iných knižníc používateľského rozhrania je schopnosťzobraziť obrázok vedľa textového označenia položky TreeView.
One of the common requests from people coming from WinForms or even other UI libraries is the ability toshow an image next to the text label of a TreeView item.
Keďže však ide o WPF,uprednostňovaným spôsobom je viazať TreeView na hierarchickú štruktúru údajov a potom na vykreslenie obsahu použiť vhodnú šablónu.
But since this is WPF,the preferred way is to bind the TreeView to a hierarchical data structure and then use an appropriate template to render the content.
Napríklad, nasledovné kroky načítať iba podradené prvky originial údajov XML pomocou XPath dotazu,a potom pridajte tento zoznam ako nový uzol, ktorý sa TreeView.
For example, the following steps retrieve only the child elements of the originial XML data by using XPath query,and then add this list as a new node to the TreeView.
Ak ste v minulosti vo WinForms pracovali s ovládacím prvkom TreeView, môžete považovať ovládací prvok TreeView za ľahko ovládateľný, ale ťažko prispôsobitelný.
If you have previously worked with the TreeView control in WinForms, you might think of the TreeView control as one that's easy to use but hard to customize.
WPF TreeView podporuje data binding,, podobne ako všetky ostatné ovládacie prvky WPF, ale pretože TreeView je svojou povahou hierarchický, normálny DataTemplate často nebude stačiť.
The WPF TreeView supports data binding, like pretty much all other WPF controls does, but because the TreeView is hierarchical in nature, a normal DataTemplate often won't suffice.
Ako už bolo spomenuté, tieto dve šablóny sa deklarujú ako súčasť zdrojov TreeView, čo umožňuje TreeView vybrať príslušnú šablónu na základe typu údajov, ktorý sa má zobraziť.
As mentioned, the two templates are declared as a part of the TreeView resources, allowing the TreeView to select the appropriate template based on the data type that it's about to show.
Počnúc Delphi 5, je Object Treeview, ktorý môže byť použitý na navigáciu a výber objektov podľa ich hierarchie, ako doplnok tradičného rozbaľovacieho zoznamu v Inšpektore objektov.
Starting in Delphi 5 there is an Object Treeview which can be used to navigate and select objects according to hierarchy in addition to the traditional drop down list in the Object Inspector.
Tento prvý príklad bol veľmi jednoduchý, v skutočnosti taký jednoduchý,že sme mohli tiež jednoducho pridať položky TreeView ručne, namiesto generovania sady objektov a následného naviazania na ne.
This first example was very simple, in fact so simple that wemight as well have just added the TreeView items manually, instead of generating a set of objects and then binding to them.
Tieto dve vlastnosti sa potom spoja s TreeView pomocou niekoľkých štýlov zacielených na TreeViewItem vo vnútri ItemContainerStyle do TreeView.
These two properties are then hooked up to the TreeView, using a couple of styles targeting the TreeViewItem, inside of the ItemContainerStyle for the TreeView..
V zadanom kóde jednoducho vytvoríme dve inštancie Family, každú z nich naplníme množinou členov a potom pridáme každú z rodín do zoznamu,ktorý sa potom použije ako zdroj položiek pre TreeView.
In the code-behind, we simply create two Family instances, fill each of them with a set of members, and then add each of the families to a list,which is then used as the items source for the TreeView.
Vygenerovaný súbor bude otvorený a treeview bude zaplnený všetkými unitami, triedami, typmi, funkciami atď, zo zadaného zdrojového súboru a ste pripravení začať dokumentovať novú časť Lazarus.
The generated file will be opened and the treeview will be populated with all the units, classes, types, functions and so on from your source file. Now you are ready to start documenting a new part of Lazarus.
Dosiahnem to vytvorením dvoch rôznych šablón a ich špecifikovaním ako zdrojov stromu(alebo okna alebo aplikácie- to je skutočne na vás)a potom umožníme TreeView vybrať správnu šablónu na základe podkladového typu údajov.
I achieve this by creating two different templates and specifying them as resources of the tree(or the Window or the Application- that's really up to you),and then allowing the TreeView to pick the correct template based on the underlying type of data.
Pridám osoby do zoznamu, ktorý priraďujem ako ItemSource TreeView, ktorý s trochou pomoci z definovanej šablóny ich vykreslí tak, ako sú zobrazené na snímke obrazovky.
I add the persons to a list, which I assign as the ItemsSource of the TreeView, which, with a bit of help from the defined template, renders them the way they are shown on the screenshot.
Vytvorením a implementáciou základnej triedy pre objekty,ktoré chcete používať a manipulovať v rámci TreeView, a pomocou získaných vlastností v ItemContainerStyle, je oveľa jednoduchšie pracovať s výbermi a stavmi rozšírenia.
By creating and implementing a base class for theobjects that you wish to use and manipulate within a TreeView, and using the gained properties in the ItemContainerStyle, you make it a lot easier to work with selections and expansion states.
Na vyriešenie tohto problému existujeveľa riešení, od„hackov“, kde pomocou generátorov položiek TreeView získate základné TreeViewItem, kde môžete ovládať vlastnosti IsExpanded a IsSelected, až po pokročilejšie implementácie inšpirované MVVM.
Lots of solutions exists to handle this,ranging from"hacks" where you use the item generators of the TreeView to get the underlying TreeViewItem, where you can control the IsExpanded and IsSelected properties, to much more advanced MVVM-inspired implementations.
Results: 28, Time: 0.0188

Top dictionary queries

Slovak - English