Rank: Newbie Groups: Member
Joined: 5/31/2014 Posts: 1
|
Hi,
I am currently testing EO.Wpf and decided if we buy a license. But I have a problem with .Net 4.5.
The following piece of code produces a compiler error:
<eo:TreeView Width="200" Height="200" HorizontalAlignment="Left"> <eo:TreeViewItem Header="Parent Item 1"> <eo:TreeViewItem Header="Child Item 1"></eo:TreeViewItem> <eo:TreeViewItem Header="Child Item 2"></eo:TreeViewItem> </eo:TreeViewItem> </eo:TreeView>
The error message is: Method 'System.Windows.Controls.ItemsControl.IsVirtualizing' not found.
There is no problem if I use. Net 3.
Thanks,
Joseph.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Thanks for posting in the forum. We are aware of the problem and already have an internal build with the fix. The new build should be out very soon. We will reply again as soon as the new build is posted.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
We have posted a new build that fixed this problem. You can download the new build from our download page.
Thanks!
|