TsListView Root › Technical support › Tricks This topic has 10 replies, 2 voices, and was last updated 14 years, 3 months ago by JM-DG. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts January 13, 2011 at 11:00 am #44457 KSSParticipant Hello! Perhaps this component is suitable for your task – TacListView 🙂 It has TacColumn.Visible property. January 17, 2011 at 1:19 am #44473 JM-DGParticipant Wow, Thank you! It looks like it is what I need 😀 ++ ________ JM-DG January 17, 2011 at 4:04 am #44474 JM-DGParticipant It seems that this component does not allow the resizing of the columns… I need this feature too… 🙂 Thanks! ______ JM-DG January 17, 2011 at 6:38 am #44475 KSSParticipant User can change column size by mouse and you can change it by TacColumn.Width property. January 18, 2011 at 3:45 am #44480 JM-DGParticipant Sorry, I meant reordering of the columns… 😀 Did I missed something? January 18, 2011 at 7:29 am #44487 KSSParticipant No, you had not missed anything 🙂 Columns reordering is not supported now, but this feature will appear in one of next component release 😉 January 18, 2011 at 7:52 pm #44495 JM-DGParticipant 'KSS' wrote: No, you had not missed anything 🙂 Columns reordering is not supported now, but this feature will appear in one of next component release 😉 Keep me informed. 😀 Thanks a lot for your work! _______ JM-DG January 19, 2011 at 8:00 am #44504 JM-DGParticipant Ho! One last question… Is it possible to get the row information when clicking on it? Example: Retrieve the information of the 3rf column of the 2nd row clicked. January 27, 2011 at 4:35 pm #44639 KSSParticipant 'JM-DG' wrote: Ho! One last question… Is it possible to get the row information when clicking on it? Example: Retrieve the information of the 3rf column of the 2nd row clicked. You can get Element object “TacListView.GetElementAt(MousePos: TPoint)”. See a new version of component with columns reorder on forum. January 29, 2011 at 6:37 pm #44663 JM-DGParticipant OMG Thank you soooo much! Now everything I need is included in your component. Later! _______ JM-DG 'KSS' wrote: You can get Element object “TacListView.GetElementAt(MousePos: TPoint)”. See a new version of component with columns reorder on forum. Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks