FBSpread change Column-1 to be a Tree

FBSpread change Column-1 to be a Tree

Anonymous
Not applicable
662 Views
1 Reply
Message 1 of 2

FBSpread change Column-1 to be a Tree

Anonymous
Not applicable

Hey

 

I created a FBSpread

in the Column-1 (Rows names) i want to have Tree just exactly what you see under "Character defination"

 

I tried the following 

 

MySpread.SetCellView(0,-1, FBTree()) # MB crashes
My.Spreed.GetColumn(-1).Style = kFBCellStyleMenu # MB crashes

 

 

 

 

0 Likes
663 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Hi,

the Menu Style has different meaning, it's a popup menu, not a tree. If you want to create advance ui element, you could use Qt for that.
0 Likes