Enhancement: Get current state of menu
aubiyko opened this issue · 3 comments
aubiyko commented
There is no property to get current state (opened or closed) of context menu view or cell. Such events do exist, but I think having seperate properties is nice and more convenient to work with.
AndreiMisiukevich commented
yeah, they are protected now
protected ScrollDirection CurrentDirection { get; private set; }
protected ScrollState CurrentState { get; private set; }
you can get access in case of inherit class
aubiyko commented
CurrentDirection and CurrentState are in "LEGACY CODE" region at BaseContextMenuView. Can I use them safely?
AndreiMisiukevich commented
@aubiyko i think yes. But for sure i need to refactor all project, because code quality is super bad