Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Provide shape for the nodes in NodeListView (Read 1387 times)
rajesh_patil74
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 220
Joined: Sep 3rd, 2009
Provide shape for the nodes in NodeListView
Feb 17th, 2010 at 5:36am
Print Post  
Hi Stoyo

How i can provide different shapes for the shapes in NodeListView control ?

I tried to assinged Shape="Rectanagle" and seems not working.

Is it possible to add "ShapeNode" in NodeListView Control and assign different shape for each instance same. When the instance gets dragged, shapenode with that shape gets created.

-Rajesh
  
Back to top
WWW  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Provide shape for the nodes in NodeListView
Reply #1 - Feb 17th, 2010 at 9:20am
Print Post  
Hi Rajesh,

Doesn't the code from the help file work for you?

Code
Select All
<d:NodeListView Grid.Column="2">
	<d:ShapeNode Shape="Rectangle" Tag="Task" />
	<d:ShapeNode Shape="Decision" Tag="Branch" />
</d:NodeListView> 



Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint