When you add a container to the desktop grid, what happens to events?
How do you tie them?
When you add a container to the desktop grid, what happens to events?
How do you tie them?
Arenāt the Events, Methods and Properties within the Container itself? What am I missing?
You need to implement an interface the name of which escapes me and then the events show up as method. This is not really intuitive.
The events on Container should behave as they do when used in other scenarios.
You can take a look to the āDesktopGrid With Databaseā example project, where events in the controls of the Container are used as part of the logic to update the data modified by the user.
This was my thought when people asked for CellFocus events on the grid. I imagine all the spaghetti thatās going to allow people to write.
Itās an implementation of a container based scroll view, which is how scrolling had been done for years. We know how to use this already, AI doesnāt ![]()
I implemented the DesktopGrid Interface but I expected 1 event definition such that the control could talk to itās parent⦠but I guess you add your own⦠I ādislikeā tying events when embedding controls.. I always feel like there is a creeping memory leak happening.