One of the problems i am facing is listbox only takes so much as is needed to display it's items. How can i make listbox to occupy the full space that is available to itself?
Example:- If i place the listbox inside the grid it should occupy the full grid.
The current problem is if i give stretch to listbox and set it's height and width to Auto it will still only occupy the space it needs for displaying its items.
Thanks in advance :)