Search found 10 matches

by PhiLong
23 May 2017, 10:48
Forum: General Discussion
Replies: 10
Views: 3847

Re: Expanding treeview performent

Thank you all,
Adding items to treeview programmatically solved my problem.

TreeView worked well when I added items via script.

once again, thank you for all your help!!!
by PhiLong
23 May 2017, 04:32
Forum: General Discussion
Replies: 10
Views: 3847

Re: Expanding treeview performent

My scenario is loading a hierarchy data from a file and display it into a treeview. And it can be quickly scrolled to a selected node by code (BringIntoView). The problem is, if the child node has too many items (~1500), it takes a few second to expand and scroll to that node. Currently, I don't hav...
by PhiLong
19 May 2017, 01:51
Forum: General Discussion
Replies: 10
Views: 3847

Re: Expanding treeview performent

Thank you for your explanation.

Do you have any plan to support virtualization on sub-items?
by PhiLong
18 May 2017, 08:30
Forum: General Discussion
Replies: 10
Views: 3847

Re: Expanding treeview performent

I tried to set those value to TreeView property directly, but I still didn't see any effect.

anyway, thank you, ai_enabled!
by PhiLong
18 May 2017, 05:28
Forum: General Discussion
Replies: 10
Views: 3847

Re: Expanding treeview performent

Dear ai_enabled, Thank you for your quick response. But I have a question. Does the virtualization always enable? I tried to set IsVirtualizing to True or False , but I can't find any different. <Style TargetType="{x:Type ItemsControl}" BasedOn="{StaticResource NoesisControlStyle}&quo...
by PhiLong
17 May 2017, 06:49
Forum: General Discussion
Replies: 10
Views: 3847

Expanding treeview performent

Is there any way to use the VirtualizingStackPanel in tree view. It take time to expand a node with 1500 children. How can I improve the expanding time for that node?

Thank you
by PhiLong
09 Apr 2017, 11:06
Forum: General Discussion
Replies: 9
Views: 6022

How do I right-align the 'help' menu item

In WPF I can use the below to right-align the 'help' menu <Menu Height="20" Background="#FFA9D1F4"> <Menu.ItemsPanel> <ItemsPanelTemplate> <DockPanel HorizontalAlignment="Stretch"/> </ItemsPanelTemplate> </Menu.ItemsPanel> <MenuItem Header="File"> <MenuItem He...
by PhiLong
01 Apr 2017, 17:26
Forum: General Discussion
Replies: 5
Views: 1895

Re: Cannot type a space on a textbox inside listbox

Thank you. I tried the new version. It worked well.
by PhiLong
31 Mar 2017, 03:59
Forum: General Discussion
Replies: 5
Views: 1895

Re: Cannot type a space on a textbox inside listbox

Thank you for your reply.

I just make a prototype with NoesisGui, so I used the free version on asset store.
Can I download the trial of version 2.0 ?
Thank you !
by PhiLong
30 Mar 2017, 11:49
Forum: General Discussion
Replies: 5
Views: 1895

Cannot type a space on a textbox inside listbox

I make a simple xaml: <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/mark...