Hello,I use UltraListView.
1. Without AppStyling:
The control with the selected item looks like this:
2. With AppStyling:
After applying the property<style role="ControlArea"> <states> <state name="Normal" themedElementAlpha="Transparent…
Hello,I'm using UltraCheckEditor control and trying apply backcolor to transparent on a simple UltraCheckEditor but the background looks like this, additonaly button style looks like 3D button
and I want to make it look like this code exampletoggleButton…
Hi,
I am using a style library with the UltraTree control and I need to retrieve the resolved Override.NodeAppearance, Override.HotTrackingNodeAppearance, and the Override.SelectedNodeAppearance. How can I do this?
Thank You,Tracy
Hello
I upgraded my winforms bundle to v20.1 - I have two questions
1 - how do I achieve the docking user experience like visual studio 2019 ? main docking pane as the main working form , and by default i would have multiple windows docked bottom, docked…
Hello,
I have 2 grids that are inside of 2 different DockableControlPanes. I need to change the color of the pane captions. Captions should have different colors. If I change the color in .isl file for DockPaneCaptionHorizontal both pane captions become…
I've just downloaded the Infragistics controls for Winforms 2019.2.
There are a bunch of predefined styles shipped with it - very appreciated! - but I'm missing the most recent Windows/Office/VS styles.
Windows 7, Office 2013 and Visual Studio…
I'd like to have some variations on the Default style, mainly changes in the title color. I do not want to maintain an ISL file for each title color.
Is there a way to load Default.isl and then load a second isl file containing only the differences…
since I add the title bar style with the RibbonMenue from the UltraToolbarsManger I got too much Space
on the button and the right hand side.
I was tried to set the dock property from Fill, Parent ... a lot of combinations.
At last I find out…
When we run this code the application in production (on many client systems) is hanging the application.
if (style == 1) { if (System.IO.File.Exists…
I'm using v10.1, and am using the Outlook2007Blue.isl theme for my application. There is one grid where I want to display the data in one band using a fixed-width font. I'm using the following code in the InitializeLayout event handler...
questionsBand…
In our project we are using classic and metro dark themes. In metro dark theme changing the ultra treenode's foreground color of default tooltip in isl file(Appstylist) . This affects UltraToolbarsManager's tooltip also. some controls are not…
Is there a way to have the application not use the Windows theme settings such as those for high-contrast mode?
All I'm seeing right now is the explicitly define each and every color as I want it to be so the OS does not use a default.
There's the…
Hello,I'm thinking to use Infragistics2018.1 WinForms into my WinForm DotNet4.6 application, so I'm trying to compare the control's performance.I wrote a little tester to check the "loading time" for the same window: using DotNet 4.6 native…
Hi
We are using StyleManager to 'style' our controls on a winform, this is great and makes it much easier for new forms, however we have 100's of existing forms I'm currently editing as they have been coded to use the style set in the winform properties…
We are trying to enable our application for high-DPI displays, and have run into a problem.
When using an AppStylist style, the width of the drop down button (and the associated image) are different in UltraTextEditor with a DropDownEditorButton than…
I have a weird problem with AppStylist: When I select a System color (e.g. "Highlight"), the color is set to Default instead of the selected color.
I select a UI role, a state, and then press the color dropdown for e.g. background or border…
Some controls can show small button, which when clicked brings up a popup menu. E.g.;- UltraTabControl (when ShowTabListButton is set to true)- UltraExplorerBar (the "ExplorerBarNavigationOverflowQuickCustomizeButton" at the bottom right, when Style is…
Can the app styler style other controls than the Infrag controls, i.e. the standard controls that come with Visual Studios 2008?
Travis
Project Type : Windows Forms Application using VS 2017
Original Project : DotNet 3.5 and Infragistics 2
Upgraded Project : DotNet 4.5.2 and Infragistics 10.2
After upgrading the Project to Infragistics 10.2, backcolour of the disabled Infragisics…
I'm styling an application to have dark toolbars, but are having problems styling some aspects of the UltraToolbarsManager.Boiled down, the essence of it is these UI Role settings:- ToolbarDockArea: Background color = 52;52;52- Toolbar: Background…
Hi Team,
We are using WinSchedule control and my functionality has below behavior
1) Appointment Back color and fore color is based on some property of my appointment object (Its purely dynamic in nature). Whenever any appointment meet certain criteria…
I have got these datepickers that are generated automatically but they are displayed incorrectly and it is not possible for me to change other things that can do what I need. So I want to ask is there a way I can modify these automatically created datepicker…
I use the 9.2 Infragistics Suite and i use the AppStyling.StyleManager.Load function.
When i load my LOGIN FORM, i apply the template (ISL File) and it works then... when the user wants to change the theme, the method freeze... no exception, just…
Hi!
We change Normal Background Color for ExplorerBarGroupItemAreaInner and ExplorerBarGroupItemAreaOuter roles for UltraTreeExplorerBar using AppStylist, then save in *.isl file. And there are one instance of UltraTreeExplorerBar on our application we do…
I'm using an UltraExplorerBar (Style=OutlookNavigationPane), and I'm trying to retrieve the colors of the navigation pane header so I can style a related (non-Infragistics) component similarly. How do I do that, taking into consideration that UltraExplorerBar…