I was following along with the LOB WPF Grid tutorial and I can't do what is shown in the demo. Specifically, I cannot add a content pane to the split pane. Adding the split pane works fine. The only object I am allowed to add to the split pane's panes collection is a framework element. Has anyone else seen this? Any suggestions?
I installed the complete NetAdvantageWinClient20092.zip package this morning with a valid key.
Here are a couple screen shots:
Here is the split pane after creation. Everything looks good...
Here is the dialog after I click on the "Panes" collection:
I needed to load the "Editors" library. It takes three libraries to get the dockmanager to work correctly: Infragistics3.Wpf.DockManager.v9.2, Infragistics3.Wpf.Editors.v9.2, and Infragistics3.Wpf.v9.2. I only had two of the three referenced.
Going through the 5 part media presentation answered a lot of my questions overall and helped me get things moving along in a very short amount of time.
Thx,
Ivan
I tried this out with VS 2008 on my system and I get options of SplitPane, TabGroupPane and ContentPane. This sounds like the associated design assembly may not be getting loaded (since that is where the attributes declaring the available type is provided) so you might want to contact the support group directly and try to work through the issue.