Hello,
I have a newbie question regarding drop down menus and buttons.
I am trying to implement a button with a dropdown menu.  I have set the button DropDownKind := ddkDropDownButton, DropDownPosition := ddpRight and the arrow shows as expected to the right of the button. The DropDownWidth := 80 and DropDownHeight := 60;  I have set DropDownControl to a TTMSFNCPopup.
My problem is getting the menu to display properly.  I have created a TTMSFNCPopup and placed 2 buttons on it.  However I cannot enlarge the popup to a size big enough to hold the buttons.  It is always 26x26 and shows a small grey box.
If I set the button.AutoDropDownWidth := True, I do see part of the first button, sized to match the button, but the second one is hidden.  I would like the menu to be wider than the button.
What should I be doing to see a drop down menu like you can see if you use a TButton and a TPopup in FMX ?
TIA
Sue