Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Identify Column Drop on RowLayout with CardView
posted

Hi, 

I have CardView with in which i am doing two types of action 1) dragging and dropping columns within that CardView to rearrange them and  2) Dragging and Dropping Column outside the Card View to delete them.

I want to know the name of events which are Happening. their must be different events for dragging outside cardview and different event for dragging within the cardview....  

  • 12480
    Suggested Answer
    Offline posted

    Hi Naresh,

    When a user moves a column to a new location or when the user drags a column off the form, AfterColPosChanged fires. Dragging columns off the form will hide them. You can use e.PosChanged to determine whether the column was Hidden, Moved, Sized, or Swapped.

    Please let me know if there is anything further I can do to help.