how to position flyout according to the relative positions of the buttons?
Like, wen we click on icon buttons in the list, the flyout should display near to the particular button clicked??
This already part of the Flyout API, isn't it? You specify the location where the flyout is shown relative to another object in the DOM. http://msdn.microsoft.com/en-us/library/windows/apps/br211727.aspx
In your case flyout.show(button, "left", "center")
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.
Would you like to participate?