[Gtk-sharp-list] Stetic

Andy York andy at brdstudio.net
Sat Jan 11 01:47:36 UTC 2014


The TreeView ui element in combination with ListStore and TreeStore data 
structures are hard to get used to if you are familiar with MS.NET's 
gridview. Most developers love them after initially being frustrated. I 
find it faster and easier to work with them if you 'roll your own' for 
all but the most simple applications.

To be frank I never use stetic to play gridview like elements, instead I 
add them to the window when it is shown or exposed. Keep the TreeView 
and ListStore like any MVC structure. Oh and never try to work with the 
TreeIter other than to point at what you are after it is not intended to 
be worked with, modified or changed, just use it like in the examples.

If you would like some different examples to look over I'd be happy to 
help just ask.


On 1/3/2014 12:41 PM, random wrote:
> hi, where this should be done? I tried to put it to OnTreeview1Shown -method
> but nothing happens.
>
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Gtk-sharp-list-Stetic-tp1544118p4661657.html
> Sent from the Mono - Gtk# mailing list archive at Nabble.com.
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>
>
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2014.0.4259 / Virus Database: 3658/6993 - Release Date: 01/10/14
>





More information about the Gtk-sharp-list mailing list