Get the parent view of a view

COBRASoft

Active Member
Licensed User
Longtime User
Hey Erel,

Could you please add a method to the core ViewWrapper to get the parent of a view? You have all the code you need in the BringToFront method :).

While you're add it, please add a method for the ViewGroup too... E.g. for my grid I could place all field of a record on a panel so they belong to the same Viewgroup. Changing the 'selected' state or so would become a lot easier. It would also help for building a treeview and so...

Thanks!

Greetings,
Sigurd
 
Last edited:
Top