Categories | Question details Back To List | ||
The contents of the drop-down list maintain the same position when I use the dhtmlxCombo component Hi team The contents of the drop-down list was displyed on my pages, if I move the pages by scroll bar , the contents of the drop-down list is not move with the page , but maintain the same position. thanks. Answer posted by Support on Dec 15, 2008 01:46 If you are using native scrollbar of document - the select list will scroll with the page, but if you are using some kind of custom scrollable container - the select part of combo will not follow scrolling. You can't fully fix issue, but you can add behavior - to auto-close select list on scrolling. http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=6736&ssr=yes&s=scroll%20close |