I dont want to make hboxes with labels and all for static headers in tile list… IS there a shortway to put column headers in a tile list in flex easily?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A
TileListisn’t meant to work like aDataGridand doesn’t have support for column headers. It’s layout is meant to be fluid based on the size of your renderer and the dimensions of theTileListitself. If you want to put headers above the items in yourTileList, you’ll have to place it inside a container like aCanvasorVBoxand position the header labels manually.