|
From: SourceForge.net <no...@so...> - 2005-05-31 17:22:42
|
Feature Requests item #1209933, was opened at 2005-05-27 10:07 Message generated for change (Comment added) made by nick_muguira You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1209933&group_id=105970 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Nick (nick_muguira) Assigned to: Nobody/Anonymous (nobody) Summary: Sorted property for ListView, ListBox, and ComboBox Initial Comment: Sorted=Yes/No for ListBox, ListView and ComboBoxes. I ---------------------------------------------------------------------- >Comment By: Nick (nick_muguira) Date: 2005-05-31 12:22 Message: Logged In: YES user_id=1269276 This feature is already in WiX. Went to add it today, and as I was stepping through the code it looked like it was already in there. So I went and re-read the documentation and realized that I had mis-read what sorted means in the context of MSI. UnSorted in MSI means that entries in a ListBox will be shown in alphabetical order. Sorted means that that entries in a ListBox will be shown in the order that they are inserted into the ListBox table in the MSI. This is also true for ListView and ComboBox controls. This seems backwards when compared to the common controls in Windows but it is stated in the docs. Apologies for the unnecessary feature request. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1209933&group_id=105970 |