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
15
Need help with customizing Infragistics controls without modifying the source code.
posted

We were modifying the Infragistics source code to achieve required behavior in our UI. But now, we want to avoid that as we have to repeat it for every new version of Infragistics. So for the below listed cases, could you please let us know if there is any other way to achieve the same without modifying the Infragistics source code?

1. Is there is a way to customize the entries for TabContextMenuManager's MenuItems? We want to add our own menu items to the context menu that appears when right clicking on a tab.
2. When opening a file, the file's tab is opened as the last tab. But we want the tabs to appear at the left most side of the tab area. The tab control is created using the MdiTabDragManager class. Is there any property/method we could use to achieve this?
3. In a tree view constructed using ColumnSetLayoutManager, there is no space between the nodes (UltraTreeNode) icons. The icons touch each other at the top and bottom. We want to have some space between the icons. Is there any property/method we could use to achieve this?
4. The IGMenuItem image is rendered as transparent if the image to render is a Bitmap. Is there a way to render it without making it transparent?
5. Can we customize the icons for the controls that show up when docking a pane? (Default icons are DockingIndicator_Left.bmp, DockingIndicator_Right.bmp etc)
6. Our control that uses GroupTabManager has Tabs at the bottom left of the window, but we want them at the top left. In GroupTabManager class, the orientation for the case 'Location.Left' is LeftBottom. We want the orientation to be LeftTop for this case. Is there any property/method we could use to achieve this instead of modifying the source code?