Select to view content in your preferred language

Does anyone have example of creating a floating feature datagrid in the layout

721
1
05-15-2012 01:59 PM
EdwardSon
Emerging Contributor
So that the datagrid can be moved around, remember last position, closable, and also minimizable.  Just like if open the datagrid inside of a ShowWindow method.  Except that the ShowWindow method does not let one specify the starting position.
0 Kudos
1 Reply
EdwardSon
Emerging Contributor
Solved.  Used opensource codeplex FlotableWindow, to enclose the FeatureDatgrid within as content.  This option seems better than using the built in Esri FloatingWindow becuase have source code and have greater control.  Also comes with built in BringToFront option.
0 Kudos