Enhance ContextPopup based on developer requests 65/124065/13
authorSidharth Gupta <sid92.gupta@samsung.com>
Fri, 14 Apr 2017 06:15:20 +0000 (15:15 +0900)
committerSidharth Gupta <sid92.gupta@samsung.com>
Tue, 18 Apr 2017 05:13:26 +0000 (14:13 +0900)
commit486804b84ff0147f7330ae3f3d3c846b8de0d085
tree5a985865c27cfe527346972a0c514e3ea31da37b
parent5b7ee3232dbb2e4331ca6dc4b9e75cc0af993cd4
Enhance ContextPopup based on developer requests

This is related to RFC 28.

- Add Show(anchor, x, y) method to allow ContextPopups to be positioned.
- Add ItemSelected event. The existing SelectedIndexChanged event would
  only be invoked when a new item is selected.

- Verify and improve minor bugs.

Signed-off-by: Sidharth Gupta <sid92.gupta@samsung.com>
Change-Id: Iec96c064572fdc6c38341948d8605e4302a1b95e
Tizen.Xamarin.Forms.Extension.Renderer/ContextPopupImplementation.cs
Tizen.Xamarin.Forms.Extension/ContextPopup.cs
Tizen.Xamarin.Forms.Extension/IContextPopup.cs