[Gtk-sharp-list] A rudimentary proposal for supporting complex
binding in TreeView
Daniel Morgan
danielmorgan@verizon.net
Mon, 09 May 2005 18:33:18 -0400
Here are some things that can help you implement data binding in a gtk#
TreeView/ListStore
1. take a look at the work Duncan Mak did with NodeView/NodeStore. This
has been part of GTk# for awhile.
2. take a look at the work Vladimir Vukicevic did with the managed tree
model stuff. DataTreeModel I think.
3. take a look at sqlsharpgtk the svn - DataGrid.cs - this does not have
true data binding, it is more like
data loading
There maybe other examples...
See how MonoDevelop or MonoQuery loads a TreeView/ListStore.
Chas wrote:
>Attached is an html file describing a rudimentary
>proposal for supporting complex binding in TreeView
>(binding to a list).
>
>Comments would be most welcome; especially as there
>are open questions and issues.
>
>