Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1440
Is there a way to make ultralistviewitem that in not displayed in the view to have UIElement
posted

+  [Infragistics.Win.UltraWinListView.UltraListViewItemUIElement] {Infragistics.Win.UltraWinListView.UltraListViewItemUIElement} Infragistics.Win.UltraWinListView.UltraListViewItemUIElement
I have an UltraListView list control. The  UltraListView has a vertical scroll bar. The UltraListViewItems that have to be scrolled to have no UltraListViewItemUIElements. I need to give some those items an UltraListViewItemUIElements. Is there easy way an  UltraListViewItem and  UltraListViewItemUIElements even though it is not being viewed. 

When I do a drag operation with selected items  in a UltraListView list control only the selected item that can be viewed in the control are being dragged. This becuase the code only uses the selected items which have a UltraListViewItemUIElements created for them. Is there a simple way I can also created UltraListViewItemUIElements for those selected items whose UIElement property is null so those items will also to be displayed in the drag operation or can I be sent the source code to the UltraListViewItemUIElement.Draw method. This would be the method that overrides the UIElemem's virtual Draw method

 

 

 

public virtual void Draw(Graphics graphics, Rectangle invalidRectangle, bool doubleBuffer, AlphaBlendMode alphaBlendMode);

 

 

  

Parents Reply Children
No Data